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
Uncaught Error: There was an error while hydrating this Suspense boundary. Switched to client rendering.
at updateDehydratedSuspenseComponent (chunk-QXLG2TGQ.js?v=fb30a0d2:15409:57)
at updateSuspenseComponent (chunk-QXLG2TGQ.js?v=fb30a0d2:15164:24)
at beginWork (chunk-QXLG2TGQ.js?v=fb30a0d2:15985:22)
at beginWork$1 (chunk-QXLG2TGQ.js?v=fb30a0d2:19804:22)
at performUnitOfWork (chunk-QXLG2TGQ.js?v=fb30a0d2:19249:20)
at workLoopConcurrent (chunk-QXLG2TGQ.js?v=fb30a0d2:19240:13)
at renderRootConcurrent (chunk-QXLG2TGQ.js?v=fb30a0d2:19215:15)
at performConcurrentWorkOnRoot (chunk-QXLG2TGQ.js?v=fb30a0d2:18726:46)
at workLoop (chunk-QXLG2TGQ.js?v=fb30a0d2:195:42)
at flushWork (chunk-QXLG2TGQ.js?v=fb30a0d2:174:22)
Which project does this relate to?
Router
Describe the bug
A simple application using SSR (streamed or non-streamed) fails to hydrate. The stack trace seems to point to the router being the issue:
Your Example Website or App
https://stackblitz.com/edit/vitejs-vite-ycpx87r5
Steps to Reproduce the Bug or Issue
Expected behavior
The application hydrates successfully
Screenshots or Videos
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: