RTL is not working properly.
- Lingua principale
- JavaScript
- Stelle
- 11.9k
- Fork
- 2.1k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
When changing to "rtl: true" puts slides out of place like below.

My settings:
```
const settings = {
dots: false,
arrows: true,
infinite: false,
speed: 500,
slidesToShow: 3,
slidesToScroll: 1,
responsive: [
{
breakpoint: 1023,
settings: {
slidesToShow: 2,
},
},
{
breakpoint: 767,
settings: {
slidesToShow: 1,
},
},
],
nextArrow: ,
prevArrow: ,
};
```
You can reproduce here: [CodeSandBox](https://codesandbox.io/s/react-slick-rtl-issue-03ch25)
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.