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
The promise that use to wait for the data will never resolve make the page stuck at loading state. This problem occurs only during the server side rendering stage, the same code will work fine in the client side.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
In Vue SSR, effectively reactivity is disabled, to prevent memory leaks (and because in the vast majority of cases it is not needed). Watchers do not really watch, for example. You could consider raising an issue upstream at https://github.com/vuejs/core, but I'm not sure this is a bug, just an edge case.
Environment
Linux
v16.14.2
3.0.0-rc.10-27710894.0cc49e2
0.5.2-27709289.11cc5cd
[email protected]
vite
-
-
-
Reproduction
https://stackblitz.com/edit/github-tsuods?file=app.vue
Describe the bug
The promise that use to wait for the data will never resolve make the page stuck at loading state. This problem occurs only during the server side rendering stage, the same code will work fine in the client side.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: