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
Swiper v9 comes with fully reworked and now different loop functionality. If you have similar issues in Swiper 9, open a new issue with a CodeSandbox showing the issue.
Check that this is really a bug
Reproduction link
https://codesandbox.io/s/swiper-default-react-forked-5kpc2j?file=/src/App.jsx:486-500
Bug description
The Swiper navigation is broken when using these configurations together:
Expected Behavior
Example:
slidesPerGroup: 4
slidesPerView: 4.4
current slide: 1
expected slide after right arrow click: 5
Actual Behavior
Example:
slidesPerGroup: 4
slidesPerView: 4.4
current slide: last slide
actual slide after right arrow click: a fraction of the first slide
Removing the loop = true, or the slidesPerGroup works as expected.
Swiper version
8.0.0
Platform/Target and Browser Versions
Chrome
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: