-
-
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
2 of 2 React Hydration — Error 2 of 3 errors in Admin view: Unhandled Runtime Error: Error: Hydration failed because the initial UI does not match what was rendered on the server. #360
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
|
#398 |
Please contact @GuillermoFloresV if you have further questions about this. Thanks! |
Describe the bug
2 of 2 React Hydration — Error 2 of 3 errors in Admin view: Unhandled Runtime Error: Error: Hydration failed because the initial UI does not match what was rendered on the server.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Error message without the stack trace.
Screenshots
2 of 2 React Hydration — Error 2 of 3 errors in Admin view: Unhandled Runtime Error: Error: Hydration failed because the initial UI does not match what was rendered on the server.
Desktop (please complete the following information):
Additional context
Relates to
#134
#359
#361
The text was updated successfully, but these errors were encountered: