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
I've got Swiper working with Slides that are generated in place, but anytime the slides are generated from data/dynamically, they just don't get loaded. I've ported this instance from an existing React app, where it was working great.
I've even tried putting in all the observer flags, and calling all the various update functions after the data is populated:
Oddly enough, re-saving the file while in dev mode will show the slides, I'm assuming because hot reloading reloads everything, and now the slides are 'there', instead of delayed because of data loading etc.
Expected Behavior
Swiper slides should show up/refresh like the other framework counterparts.
Check that this is really a bug
Reproduction link
https://codesandbox.io/s/swiper-default-solid-forked-74lqi1?file=/src/App.jsx
Bug description
I've got Swiper working with Slides that are generated in place, but anytime the slides are generated from data/dynamically, they just don't get loaded. I've ported this instance from an existing React app, where it was working great.
I've even tried putting in all the observer flags, and calling all the various update functions after the data is populated:
but it still won't show any slides.
Oddly enough, re-saving the file while in dev mode will show the slides, I'm assuming because hot reloading reloads everything, and now the slides are 'there', instead of delayed because of data loading etc.
Expected Behavior
Swiper slides should show up/refresh like the other framework counterparts.
Actual Behavior
Swiper stays blank and reports no slides.
Swiper version
8.3.2
Platform/Target and Browser Versions
all
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: