I am using react-slick. In my settings, I have swipeToSlide set as true. Whenever, I swipe the slider to the right or left by pressing the left mouse button, I get this error when responsive mode is on:
Unable to preventDefault inside passive event listener invocation.
I don't get this error when responsive mode in browser is switched off. Already tried this:
.slick-list, .slick-track { touch-action:...; }
How can I resolve this error and why it is happening in responsive mode only?