-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Issue with index for loading initial slide when using map function #378
Comments
same problem for me: |
+1 using map statement |
+1. cant imagine what the hell causes this. |
Same for me |
After a bit of investigation I discovered that, for
So, for my case, when swipers width equals to |
i am having the same issue anyone solved it...? |
// When I use index={2} here, the slider shows as Active-dot the third slide, but renders content from the first slide.
Image:
If I use the same index={2}, without MAP, but with hard-code - It renders as Active-dot the third one, and renders the content from the third slide. Which is correct. When using this:
The text was updated successfully, but these errors were encountered: