Open
Description
Describe the bug
When calling pushState
from $app/navigation
, I expect page
imported from $app/state
to update its url. However, neither this url nor the one from $app/stores
updates correctly.
Reproduction
https://stackblitz.com/edit/page-state-url-bug?file=src%2Froutes%2F%2Bpage.svelte
Logs
System Info
System:
OS: Linux 5.0 undefined
CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 0 Bytes / 0 Bytes
Shell: 1.0 - /bin/jsh
Binaries:
Node: 18.20.3 - /usr/local/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 10.2.3 - /usr/local/bin/npm
pnpm: 8.15.6 - /usr/local/bin/pnpm
npmPackages:
@sveltejs/adapter-auto: ^4.0.0 => 4.0.0
@sveltejs/kit: ^2.16.0 => 2.19.0
@sveltejs/vite-plugin-svelte: ^5.0.0 => 5.0.3
svelte: ^5.0.0 => 5.22.6
vite: ^6.0.0 => 6.2.1
Severity
serious, but I can work around it
Additional Information
No response