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
I am using Swiper with a dynamic list of slides that can be removed when clicking a button. When using pagination with dynamic bullets, deleting the last slide of a page results in an error:
Error in /turbo_modules/[email protected]/modules/pagination/pagination.js (160:36)
Cannot read properties of undefined (reading 'classList')
This happens since 9.0.0 and still occurs on 9.0.5.
Check that this is really a bug
Reproduction link
https://stackblitz.com/edit/react-ts-2ygn8g?file=App.tsx
Bug description
I am using Swiper with a dynamic list of slides that can be removed when clicking a button. When using pagination with dynamic bullets, deleting the last slide of a page results in an error:
This happens since 9.0.0 and still occurs on 9.0.5.
Expected Behavior
No error is thrown
Actual Behavior
No response
Swiper version
9.0.5
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: