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
Navigate through the slides on the provided CodeSandbox. Instead of reaching the last slide, Swiper will go back to the second view of slides (in my example - the 3rd and 4th slides).
Dropping virtual or slidesPerView (or both) allows it to work correctly.
Works as expected on 9.0.0, something must have changed in-between.
Expected Behavior
Can navigate through all slides without skipping.
Actual Behavior
Cannot reach the last slide, then the first view is skipped.
Check that this is really a bug
Reproduction link
https://codesandbox.io/p/sandbox/swiper-react-virtual-slides-forked-ibdgpq
Bug description
Navigate through the slides on the provided CodeSandbox. Instead of reaching the last slide, Swiper will go back to the second view of slides (in my example - the 3rd and 4th slides).
Dropping
virtual
orslidesPerView
(or both) allows it to work correctly.Works as expected on 9.0.0, something must have changed in-between.
Expected Behavior
Can navigate through all slides without skipping.
Actual Behavior
Cannot reach the last slide, then the first view is skipped.
Swiper version
9.2.3
Platform/Target and Browser Versions
Chrome, Firefox
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: