akiran / react-slick

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

Fix: If the element (DOM element) and the value of 'slidesToShow' are… #2329

Closed rjsdnql123 closed 5 months ago

rjsdnql123 commented 5 months ago

If the element (DOM element) and the value of 'slidesToShow' are… the same, and 'infinite' is set to true, swipe should be possible.

https://github.com/akiran/react-slick/issues/2328

rjsdnql123 commented 5 months ago

@akiran Could you please review my pull request? : )

rjsdnql123 commented 2 months ago

@afc163 @rodrigo-arias @akiran I'm sorry for the delay in checking.

I realized the bug late because it differs from the way I usually use it.

In this pull request, the bug occurred due to the omission of the unslick property in filterSettings, which initializes and passes properties.

https://github.com/akiran/react-slick/pull/2331

Resolved https://github.com/akiran/react-slick/pull/2366