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://codesandbox.io/s/adoring-grothendieck-xbbgd?file=/src/Slide.tsx
The SwiperSlide props type and the SwiperSlide component are exported with the same name. (same for Swiper props type and Swiper component)
This provokes an ambiguity which breaks the swiper.
Different naming for the type and the component
Same naming for the type and the component
7.0.9
macOs BigSur 11.6 / Chrome 94
The text was updated successfully, but these errors were encountered:
d543020
No branches or pull requests
Check that this is really a bug
Reproduction link
https://codesandbox.io/s/adoring-grothendieck-xbbgd?file=/src/Slide.tsx
Bug description
The SwiperSlide props type and the SwiperSlide component are exported with the same name. (same for Swiper props type and Swiper component)
This provokes an ambiguity which breaks the swiper.
Expected Behavior
Different naming for the type and the component
Actual Behavior
Same naming for the type and the component
Swiper version
7.0.9
Platform/Target and Browser Versions
macOs BigSur 11.6 / Chrome 94
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: