Scrollbar
is rendered twice in <StrictMode>
, auto
value of slidesPerView
not working properly
#6386
Closed
5 of 6 tasks
Labels
Check that this is really a bug
Reproduction link
https://stackblitz.com/edit/vitejs-vite-kt3kug?file=src/App.tsx
Bug description
Scrollbar
is rendered twice in<StrictMode>
:Please see reproduction
auto
value ofslidesPerView
not working properly:From my understanding,
auto
means it won't force each slide's width, but currently the behavior is equivalent as it's set to1
(width: 100%). To temporarily work around this, I have to overwrite the style like thisPlease also see reproduction
Expected Behavior
No response
Actual Behavior
No response
Swiper version
9.0.4
Platform/Target and Browser Versions
Chrome 108
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: