austerj
austerj
I ran into this issue when breaking out of layout groups with global transitions. Open popovers and sometimes entire pages would stick around and stack after navigating to routes in...
Thanks for the great explanation @dfahlander and apologies for missing the option in the base configuration - bad case of missing the forest for the trees. It's a really cool...
I think that would be very reasonable default behavior - actually I don't see how it could really lead to problems of this kind, since I would already expect the...
Hi @xmlking, did you end up finding a solution for this? I'm having the same issue using the SvelteKit plugin. Also mentioned here: https://github.com/vite-pwa/sveltekit/issues/24. Edit: Seems to be fixed by...
Thank you so much for taking the time to reply @userquin, I really appreciate it. To give some more context: I am using dynamic routing for managing client-side data stored...
Actually the example @userquin posted made me aware of some workbox options I hadn't considered before, which made me want to experiment with a more robust extension of the `version.json`...
I am struggling with this exact same issue using `generateSW`. I tried adding the above snippet (thanks @meticoeus) to the generated service worker, but didn't seem to fix it for...
Found the answer! The issue seems entirely related to the SvelteKit build process and not the service worker / PWA plugin. Setting this ``` const config = { kit: {...