slider icon indicating copy to clipboard operation
slider copied to clipboard

Unable to preventDefault inside passive event listener invocation.

Open davide-kahoot opened this issue 3 years ago • 2 comments

Hello, i noticed this is fired ( along a warning regarding findDomNode ) when scrolling. Mobile only

davide-kahoot avatar Jan 04 '22 13:01 davide-kahoot

Same here. Did you find a fix for this @davide-kahoot ?

rmaury avatar Oct 18 '22 14:10 rmaury

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 image

The event type 'touchstart' is passive and so any mobile users using the slider will cause the error to fire.

JoeyBryant4 avatar Jul 14 '23 20:07 JoeyBryant4