swiftcarrot / react-input-slider

React input slider component
https://react-input-slider.caitou.org
MIT License
141 stars 42 forks source link

preventDefault error message in chrome console #44

Open hoytech opened 5 years ago

hoytech commented 5 years ago

Not doing anything special, just sliding around:

[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/5093566007214080

sebastiancrossa commented 5 years ago

I'm getting the same error. Is there a fix for it?

hoytech commented 5 years ago

I don't know, I ended up using a different library: https://www.npmjs.com/package/react-compound-slider

sebastiancrossa commented 5 years ago

Thank you!

Really hope this gets fixed for future users.