akiran / react-slick

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

In infinite mode, when slidesToShow equal to the length of slides, infinite functionality is not working #2279

Closed smurf-ss closed 8 months ago

smurf-ss commented 1 year ago

Guidelines for posting a new issue

Tsyklop commented 9 months ago

same

akiran commented 8 months ago

when slidesToShow is equal to the length of slides, all the slides are already appearing on the screen. So there is nothing to slide.

It is the desired behavior of the library.