You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a dynamic carousel is initialized with 1 element, you are not able to swipe/change the currently selected element, even after more children are added to the carousel, as if the carousel still thinks it still only has 1 child.
Edit: The bug happens when the show prop is greater than or equal to the amount of children it is initialized with.
The text was updated successfully, but these errors were encountered:
sayaad
changed the title
Unable to swipe dynamic carousel initialized with 1 child
Unable to swipe on a dynamic carousel initialized with 1 child
Feb 19, 2022
Describe the bug
When a dynamic carousel is initialized with 1 element, you are not able to swipe/change the currently selected element, even after more children are added to the carousel, as if the carousel still thinks it still only has 1 child.
Edit: The bug happens when the show prop is greater than or equal to the amount of children it is initialized with.
Reproduction
Reproduction pen
System Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: