slider icon indicating copy to clipboard operation
slider copied to clipboard

Chrome / Edge giving error "Unable to preventDefault inside passive event listener invocation." on testing mobile view

Open jessekht opened this issue 3 years ago • 1 comments

I'm working on a company project where the amount of handles vary by an option picked from a dropdown. When trying to modify the styles to fit for mobile views, I happen to see this behaviour on Chrome / Edge, but on Firefox it just shows a warning. It only happens when mobile view of Chrome inspector is activated. I'm pretty sure I have not changed any value concerning { touch-action }. When I check some examples from https://slider-react-component.vercel.app/demo/range, I see that it gives no error at all. Is it because of the version of React I'm using ? The react version I'm using is 17.0.2. Is there a possible way to fix it ?

A further question, in case of failing to make this error disappear, Is it ok to ignore it ?

Screenshot 2021-06-14 at 19 16 24

jessekht avatar Jun 14 '21 16:06 jessekht

I have the exact same issue. Please let us know if there is a way to fix it.

sandhiyarajaraman avatar Jul 21 '21 23:07 sandhiyarajaraman