This project mirrors the navigation pattern that currently hangs when
data-sveltekit-preload-data="hover" is enabled.
bun install
bun run dev -- --host 127.0.0.1 --port 5175
Open http://127.0.0.1:5175/b and click through:
/b/b/cHome in the /b layout nav to /Page /a on the home pageIf navigation hangs after leaving /b routes (URL changes to /a but the home content stays rendered), it reproduces the issue.
data-sveltekit-preload-data="hover" in src/app.html.off, the hang disappears.src/routes/+layout.svelte), the hang disappears./routes/b (i.e., delete src/routes/b/+layout.svelte), the hang disappears.