akiran / react-slick

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

RTL Direction Not Working Properly #2391

Open Sathyaraj-dev opened 1 month ago

Sathyaraj-dev commented 1 month ago

CodeSandbox link Issue Link

In the provided CodeSandbox link, when switching the direction from LTR (left-to-right) to RTL (right-to-left), the current slide in the slider changes from 0 to the last slide. Specifically:

Steps to Reproduce:

Expected Behavior:

For both LTR and RTL, the slider should start from slide 0 and move to the last slide.

Current Behavior:

Thank you for looking into this issue! Sathyaraj

Sathyaraj-dev commented 1 month ago

Can anyone help with this? I've checked all the RTL-related issues on GitHub, but nothing is working properly. Please help with this issue.