TypeError: Cannot read property 'speed' of undefined ! #6014
Unanswered
zhoubuhong
asked this question in
Q&A
Replies: 3 comments 2 replies
-
What was written before is wrong Swiper version, correct Swiper version is: 8.2.4. I'm very sorry. |
Beta Was this translation helpful? Give feedback.
2 replies
-
any solutions? I'm facing this issue on |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm also receiving many errors on Sentry related to this
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Check that this is really a bug
Reproduction link
codesandbox.io
Bug description
Executed at Android
swiperRef.slideTo(0);
Will report an error: "TypeError: Cannot read property 'speed' of undefined !", After the second parameter is passed in, the error disappears, that is:swiperRef.slideTo(0, 300);
Expected Behavior
No response
Actual Behavior
No response
Swiper version
8.3.2
Platform/Target and Browser Versions
Android 9, Android 10, Android 11, Android 11
Validations
Would you like to open a PR for this bug?
Beta Was this translation helpful? Give feedback.
All reactions