-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicated Slides in Infinite Carousel v0.30.0+ #2337
Comments
can you specify which file we have to work. |
Could you provide an example? The link isn't working? |
@rodrigo-arias Since the maintainer has confirmed, we will soon deploy a new version! |
Using the latest version, this bug still exists |
@akiran it looks like the fix was merged into master but never released, is there something stopping it from being released as a new version? |
@rjsdnql123 Sorry for the late response. I couldn't find a beta, but I tried it by replicating #2366, and I don't see that it solves at least the bug I am reporting (rooted in #2329 and verified by setting the same number of rows and items). |
Any news about new release? I've encountered the same issue and as a temporary solution, I've set |
This bug has been fixed. However, since the administrator has not deployed after merging, the bug fix has not been applied. @akiran Could you please check on this?" |
Description
Encountering an unexpected behavior with react-slick versions 0.30.0 and above. When configuring a carousel with the same number of rows as items and enabling infinite scrolling, slides are duplicated, appearing in both the previous and next items.
Steps to reproduce
Feel free to see the difference by rolling back to v.0.29.0 with this CodeSandbox.
The change seems to have originated in #2329 in our case this is a visual breaking change.
The text was updated successfully, but these errors were encountered: