We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/lior-amsalem/swiper-react-nextjs-bug-report
Swiper react as suggested here: https://swiperjs.com/react
with nextjs and with "use client" at the top results with the height calculation bug.
it looks like the calculation occurs again and again and the height is infinite ?
try the link of this github to reproduce:
height should not be so long and high
hight is very very long
"swiper": "^11.2.2"
chrome,macos,nextjs,use client
The text was updated successfully, but these errors were encountered:
You need to specify height on Swiper
Sorry, something went wrong.
No branches or pull requests
Check that this is really a bug
Reproduction link
https://github.com/lior-amsalem/swiper-react-nextjs-bug-report
Bug description
Swiper react as suggested here:
https://swiperjs.com/react
with nextjs and with "use client" at the top results with the height calculation bug.
it looks like the calculation occurs again and again and the height is infinite ?
try the link of this github to reproduce:
https://github.com/lior-amsalem/swiper-react-nextjs-bug-report
Solutions ?
Expected Behavior
height should not be so long and high
Actual Behavior
hight is very very long
Swiper version
"swiper": "^11.2.2"
Platform/Target and Browser Versions
chrome,macos,nextjs,use client
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: