slider
slider copied to clipboard
Unable to preventDefault inside passive event listener invocation.
Hello, i noticed this is fired ( along a warning regarding findDomNode ) when scrolling. Mobile only
Same here. Did you find a fix for this @davide-kahoot ?
I found this issue as well for mobile the issue is around the event listener for the event type 'touchstart'. The error doesnt break anything but is very noisy.
I think the fix would be around this code
The event type 'touchstart' is passive and so any mobile users using the slider will cause the error to fire.