You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @larsvdd I will definitely take a look if you could provide a reproduction in StackBlitz that would be great!
For the sever side.. I will definitely take a look the only problem is swiper web components is purely client based and will only register on the client side which causes issues with SSR. I will try to think of some approaches to solve this in the mean time.
I updated to swiper 2.0.0 but after the migration steps my breakpoints aren't working anymore.
The swiper does render, but it is always 3 slides.
P.S. I would like to see a fix for SSR, I want the content to be indexed by search engines. So no more:
<ClientOnly>
The text was updated successfully, but these errors were encountered: