-
Notifications
You must be signed in to change notification settings - Fork 47.3k
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
Why hydrateRoot
isn't showing the diff upon error?
#23235
Comments
I think #23207 is supposed to address this. Did you try after it landed on main? |
It would be good to have a minimal reproducing case. |
Unfortunately, that callback also gives the same error. I forked your SSR demo and switched to I added intentional diff to Sidebar.js, and upgraded React to the latest RC. You can see it doesn't tell me what's the diff. I only get There is a weird issue with the first sandbox, just ignore it. First I've got an error that it tried to append another On the second one after the React rendering |
This should be fixed by #23241. I've done a cursory check and it appears fixed. Can you please confirm? |
Sorry, this sounds like a separate thing — would appreciate an isolated sandbox showing just that. |
Previously with
hydrate
I could see the difference. Now withhydrateRoot
I simply get a general error only. How should debug and find what's causing the issue?The text was updated successfully, but these errors were encountered: