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
After upgrading to version 9 and adding multiple classes to bulletActiveClass option, swiper crashed with the following error:
Unhandled Runtime Error
InvalidCharacterError: DOMTokenList.remove: The token can not contain whitespace.
Call Stack
node_modules/swiper/modules/pagination/pagination.js (133:0)
If I switch back to Swiper v8.3.2 everything works fine and there are no crashes.
Check that this is really a bug
Reproduction link
https://stackblitz.com/edit/swiper-9-1-0-activebullet-bug?file=pages/index.js
Bug description
After upgrading to version 9 and adding multiple classes to bulletActiveClass option, swiper crashed with the following error:
Unhandled Runtime Error
InvalidCharacterError: DOMTokenList.remove: The token can not contain whitespace.
Call Stack
node_modules/swiper/modules/pagination/pagination.js (133:0)
If I switch back to Swiper v8.3.2 everything works fine and there are no crashes.
Expected Behavior
Not crashing when using multiple classes
Actual Behavior
Crash when using multiple classes
Swiper version
9.1.0
Platform/Target and Browser Versions
any modern browser
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: