You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making changes to server data (the data returned from the load function in +page.server.ts) HMR doesn't work: changes aren't reflected on the client (the client does not fetch the data object again).
Describe the bug
When making changes to server data (the data returned from the load function in
+page.server.ts
) HMR doesn't work: changes aren't reflected on the client (the client does not fetch the data object again).Reproduction URL
https://www.sveltelab.dev/wftni3wiwdywe1a
Reproduction
Create a default SvelteKit project, upgrade all dependencies to their latest version, and make changes to a
+page.server.ts
file.System Info
The problem does not happen with vite-plugin-svelte
^4.0.0
and vite^5.0.0
.The text was updated successfully, but these errors were encountered: