akiran / react-slick

React carousel component
http://react-slick.neostack.com/
MIT License
11.73k stars 2.1k forks source link

Can only swipe right when slidesToScroll is equal to slidesToShow #2289

Open DevinWallKcl opened 12 months ago

DevinWallKcl commented 12 months ago

The carousel only allows users to swipe to the right when the number of slidesToScroll is equivalent to the number of slidesToShow.

Replication bellow: https://codesandbox.io/s/nice-artem-7xdctv?file=/src/App.js:293-305