-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Nested slider is not working in loop mode #6642
Comments
Look for issues on your side https://codesandbox.io/p/sandbox/swiper-default-forked-6pemeo |
I've checked your example and there is an issue so. Try to click on navigation in looped nested slider. It's not working. And yet I can't use init="true" attribute on sliders, 'cause there will be a hydration error if you use SSR. So I initialize swiper in mounted hook only and looped slides still not working |
I forked your example and tried to set init="false" attribute on plane javascript solution. Nested sliders still not working in looped mode. |
Check that this is really a bug
Reproduction link
https://stackblitz.com/edit/vue-j4w3xb?file=src/components/VueSlider.vue
Bug description
Nested slider is not working in loop mode. It seems like nested slider completely turns off if you use loop mode on main slider.
Expected Behavior
Nested slider is fully working in loop mode. You can swipe it, use navigation and etc.
Actual Behavior
No response
Swiper version
9.2.4
Platform/Target and Browser Versions
macOS Chrome 112.0.5615.137
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: