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
When I set pagination from true to {{ type: 'fraction' }}, then swiper throws this error, 'cause in 'fraction' mode slider don't have pagination bullets, but Swiper trying to delete this bullets.
Expected Behavior
Swiper shows slider with fraction pagination
Actual Behavior
Swiper throws eror Uncaught TypeError: swiper.pagination.bullets.removeClass is not a function, but 'bullets' cannot exist, 'cause pagination={{ type: 'fraction' }}
Check that this is really a bug
Reproduction link
https://devwiki.politcubes.ru/docs/features/brewery
Bug description
When I set
pagination
fromtrue
to{{ type: 'fraction' }}
, then swiper throws this error, 'cause in 'fraction' mode slider don't have pagination bullets, but Swiper trying to delete this bullets.Expected Behavior
Swiper shows slider with fraction pagination
Actual Behavior
Swiper throws eror Uncaught TypeError: swiper.pagination.bullets.removeClass is not a function, but 'bullets' cannot exist, 'cause pagination={{ type: 'fraction' }}
Swiper version
7.0.0
Platform/Target and Browser Versions
Windows 10
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: