react-simple-maps
react-simple-maps copied to clipboard
Non passive wheel event for ZoomableGroup
Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive. Have such an issue after adding ZoomableGroup Component.
I'm here also because I was looking for a way to disable the mouse "wheel" event to prevent scrolling to a certain map.zoom level...