Describe the bug
When using useSearchParams in multiple components the reactiveness breaks. Only one component is updated.
Reproduction
Put useSearchParams in multiple components on the same page, only the first component is updated.
Logs
System Info
"@sveltejs/kit": "2.44.0",
"runed": "0.34.0",
"svelte": "5.39.9",
Severity
annoyance
Describe the bug
When using
useSearchParamsin multiple components the reactiveness breaks. Only one component is updated.Reproduction
Put
useSearchParamsin multiple components on the same page, only the first component is updated.Logs
System Info
Severity
annoyance