You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes typescript compilation errors: Type '(hexLayer: HexbinLayer, event: MouseEvent, data: any) => void' is not assignable to type '(hexLayer: HexbinLayer, data: any) => void'.
The text was updated successfully, but these errors were encountered:
While the
HexbinHoverHandler
mouseout
andmouseover
functions were updated in 6.0.1 to support events (b1f29b8), the typescript definitions were not:leaflet-d3/index.d.ts
Lines 93 to 96 in 147ca3e
This causes typescript compilation errors:
Type '(hexLayer: HexbinLayer, event: MouseEvent, data: any) => void' is not assignable to type '(hexLayer: HexbinLayer, data: any) => void'.
The text was updated successfully, but these errors were encountered: