-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
Describe the bug
When running the sveltekit application, the appllication running at localhost:5173/ will infinitely load, even after all elements and network events have finished.
Reproduction
https://github.com/IggyCeltic/bug-repro
Logs
No response
System Info
System:
OS: Windows 11 10.0.22631
CPU: (16) x64 AMD Ryzen 9 7940HS w/ Radeon 780M Graphics
Memory: 4.20 GB / 15.21 GB
Binaries:
Node: 20.11.1 - C:\Program Files\nodejs\node.EXE
npm: 10.5.0 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: Chromium (122.0.2365.92)
Internet Explorer: 11.0.22621.1
npmPackages:
@sveltejs/adapter-auto: ^3.1.1 => 3.1.1
@sveltejs/adapter-cloudflare: ^4.2.0 => 4.2.0
@sveltejs/kit: ^2.5.4 => 2.5.4
@sveltejs/vite-plugin-svelte: ^3.0.2 => 3.0.2
svelte: ^4.2.12 => 4.2.12
vite: ^5.2.3 => 5.2.3Severity
serious, but I can work around it
Additional Information
Prevents all hot loading. In order to get changes refreshed have to stop the load and refresh the page.