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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all
I'm trying to upgrade my version of Swiper from 5.4.3 to 8.4.7.
I updated my package-json file and installed.
My project is CommonJS modules based.
When initialize like this:
let Swiper = require('swiper');
and then use it nothing is working as expected - autoplay, navigation...
I saw in documentation that modules are separated now but the examples are only with
import statements.
My question is - when I initialize Swiper like above does the object contains all the modules or just core?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions