swiper.params showing as undefined in onLoad function #7845
Unanswered
ramsaysewell
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting a lot of issues with the onLoad function in src/core/events/onLoad.mjs. It keeps throwing this error:
TypeError: undefined is not an object (evaluating 'this.params.cssMode')
I'm using NextJS so I'm thinking that it's something to do with lazy loading the swiper component but I'm not 100% sure and I'd love to get this resolved to have my Sentry quieten down. Is there anyone else having the same issue?
Beta Was this translation helpful? Give feedback.
All reactions