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 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.,
Instead they should be using this:
import { Mousewheel, Pagination } from 'swiper/modules'
The text was updated successfully, but these errors were encountered:
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.,
Instead they should be using this:
import { Mousewheel, Pagination } from 'swiper/modules'
The text was updated successfully, but these errors were encountered: