-
-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1 of 1 React Suspense Boundary — Error 3 of 3 errors in Admin view: Unhandled Runtime Error: Error: There was an error while hydrating. Because the error happened outside of a Suspense boundary, the entire root will switch to client rendering. #361
Comments
Hi @theGaryLarson @Komal914 @sijin-raj @GuillermoFloresV If @theGaryLarson and/or @Komal914 are looking for additional issues to solve, I reported: Thank you! |
Related information from
If I were in your shoes, below is how I would go about it:
For example: Error messages 1 and 2: Error message 3: Error messages 1 and 2:
Google search of:
Points to
Which points to facebook/react#24519 (comment)
In error messages 1 and 2, a keyword is Hyrdation. The referenced web link in error messages 1 and 2 is: https://nextjs.org/docs/messages/react-hydration-error
Error message 3 of 3:
In error message 3, a keyword is Boundary. Hence a Google Search for boundary in React leads to: https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary
https://nextjs.org/docs/pages/building-your-application/configuring/error-handling
|
Hi, I can take over this issue. Please assign me @lloydchang @GuillermoFloresV |
#398 |
Please contact @GuillermoFloresV if you have further questions about this. Thanks! |
Describe the bug
1 of 1 React Suspense Boundary — Error 3 of 3 errors in Admin view: Unhandled Runtime Error: Error: There was an error while hydrating. Because the error happened outside of a Suspense boundary, the entire root will switch to client rendering.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Error message without the stack trace.
Screenshots
1 of 1 React Suspense Boundary — Error 3 of 3 errors in Admin view: Unhandled Runtime Error: Error: There was an error while hydrating. Because the error happened outside of a Suspense boundary, the entire root will switch to client rendering.
Desktop (please complete the following information):
Additional context
Relates to
#134
#359
#360
The text was updated successfully, but these errors were encountered: