[Swiper/Elements][React] Maybe I found a bug #7018
matheustodao
started this conversation in
General
Replies: 2 comments
-
false is not a valid value for pagination, use {enabled: false} instead |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same problem. Same error. Anything about it? `import React, { useRef, useEffect } from 'react'; export default function Slider(props) {
}` |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I was upgrading
Swiper React
toSwiper Element
and when I tried to addnavigation
orpagination
parameters I got the following error.According to the tests I did I get this error only when I pass
navigation
orpagination
as false.I made a demonstration https://github.com/matheustodao/demo-swiper-params-bug
Beta Was this translation helpful? Give feedback.
All reactions