As soon as a component that uses a parameters store unsubscribes from it, the connection to sveltekits page store is severed. This prevents updates from reaching other subscribers to the same store.
Possible Solutions:
StartStopNotifier or counting subscribers to know when it is safe to unsubscribe from page
Describe the bug
As soon as a component that uses a parameters store unsubscribes from it, the connection to sveltekits page store is severed. This prevents updates from reaching other subscribers to the same store.
Possible Solutions:
StartStopNotifier or counting subscribers to know when it is safe to unsubscribe from page
Reproduction
https://www.sveltelab.dev/2z7v7xq7im6erv1
Logs
No response