Closed jycouet closed 11 months ago
Any insights @paoloricciuti ?
Any insights @paoloricciuti ?
Yeah I plan to look into this in the near future
The PR should fix it however i noticed something interesting: if you never use the store it never trigger the redirect (i guess it's because it never subscribe to the store)
Describe the bug
I have this setting:
First time I see the page, I see my queryParams getting updated, it's all good. Then, I navigate (client side), and when at some point I go back to this page, defaults don't get applied.
When, I leave the page, my +page.svelte get destoyed well. So I'm not sure what's happening.
Thanks for your help
Reproduction
https://www.sveltelab.dev/?provider=github&owner=jycouet&repo=veltekit-search-params-default-value
Logs
No response