akiran / akiran/react-slick

Changing slide works incorrect when infinite is false and initialSlide > 1

Aperta
#1,946 12 commenti 8 reazioni 0 assegnatari Vedi su GitHub
bug priority: High
Lingua principale
JavaScript
Stelle
11.9k
Fork
2.1k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Changing slide when initialSlide > 1 and infinite is false works wrong.
When I swipe right I expect to see next slide(initial + 1), but I always see second slide as next, when I swipe left, I always get first slide.
Also same behaviour when I click on arrows on this [example](https://codesandbox.io/s/ppwkk5l6xx?file=/index.js), but with initialSlide: 2, infinite: false.
I think that same behaviour we have always when initial slide is set and infinite setting is false.

[Link](https://stackblitz.com/edit/react-brc9ys?file=src%2FApp.js) to stackblitz to reproduce. https://stackblitz.com/edit/react-brc9ys?file=src%2FApp.js
Versions:
- react-slick: 0.27.13
- react: 17.0.1

Is any recipes how to solve it?
Similar issue: https://github.com/akiran/react-slick/issues/1874

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.