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
After upgrading to 3.8.1. the warning "Unable to preventDefault inside passive event listener invocation." started appearing on mouse events in mobile over the react-svg-pan-zoom using Chrome.
Bug reports:
After upgrading to 3.8.1. the warning "Unable to preventDefault inside passive event listener invocation." started appearing on mouse events in mobile over the react-svg-pan-zoom using Chrome.
Similar issues (with fixes) can be found in other repos:
inuyaksa/jquery.nicescroll#799
bumbu/svg-pan-zoom#360
This seems to be the cause:
https://developers.google.com/web/updates/2017/01/scrolling-intervention
Fixing this requires perhaps only changing the event listener invocation to active?
The text was updated successfully, but these errors were encountered: