Carousel is rendering items 3 times the length of array #121
Answered
by
vadymshymko
danishgrappus
asked this question in
Q&A
-
Attaching a sandbox for full clarity : https://codesandbox.io/s/react-simply-carousel-demo-forked-zspf45?file=/src/index.js |
Beta Was this translation helpful? Give feedback.
Answered by
vadymshymko
Nov 27, 2023
Replies: 1 comment
-
Hi @danishgrappus |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vadymshymko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @danishgrappus
This is expected correct behavior for the current implementation of infinite scroll. However, I’m already thinking about how to get away from this in future versions.