Replies: 1 comment
-
It turned out I should have use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to understand how to fix issue I'm experiencing in my SvelteKit app when using Swiper.
I have a list of products which are loaded from db. When I'm refreshing website everything is working as expected. However, when I'm just loading new data Swiper's elements are not updated and navigation is not working at all. Can someone help out and suggest how to deal with this?
This is how (roughly) my component looks like:
Do I need to use Svelte reactive statements to properly handle such cases? If so - what should I do for each change in products?
Beta Was this translation helpful? Give feedback.
All reactions