Skip to content
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

Swiper modules documentation is no longer up to date #336

Closed
nbouvrette opened this issue Jul 9, 2023 · 0 comments
Closed

Swiper modules documentation is no longer up to date #336

nbouvrette opened this issue Jul 9, 2023 · 0 comments

Comments

@nbouvrette
Copy link

After I updated Swiper, I started getting build errors on this line:

import { Mousewheel, Pagination } from 'swiper'

I think it would be worth mentionning that a breaking change was pushed because I couldn't spot this anywhere in the release notes. This is caused by nolimits4web/swiper#6803

On top of that I checked the documentation and it's actually using the same imports that are no longer working. E.g.,

image

Instead they should be using this:

import { Mousewheel, Pagination } from 'swiper/modules'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant