akiran / react-slick

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

RTL issue on first slide change when infinite is set to false #2075

Open hacktui opened 3 years ago

hacktui commented 3 years ago

Hi,

slider does not work well on the first slide change with setting: rtl: true, infinite:false

slide start at 3(which is correct) but when pressing [previous] button the first time, the slide will go straight to slide 1 instead of 2. https://codesandbox.io/s/react-slick-playground-forked-dpxze

Vandrosov99 commented 2 years ago

Hi @akiran can you check this pull request for this problem?

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

kkmitaBSG commented 1 year ago

some solution ?

OsDroidi commented 1 year ago

having the same issue, any solution pls? @akiran

Sanjay1398 commented 11 months ago

I'm also facing this issue any solution?