mirror of
https://github.com/facebook/react.git
synced 2026-02-27 03:07:57 +00:00
Throw on hydration mismatch and force client rendering if boundary hasn't suspended within concurrent root (#22629)
* Throw on hydration mismatch * remove debugger * update error message * update error message part2... * fix test? * test? :( * tests 4real * remove useRefAccessWarning gating * split markSuspenseBoundary and getNearestBoundary * also assert html is correct * replace-fork * also remove client render flag on suspend * replace-fork * fix mismerge????
This commit is contained in:
@@ -402,5 +402,6 @@
|
||||
"414": "Did not expect this call in production. This is a bug in React. Please file an issue.",
|
||||
"415": "Error parsing the data. It's probably an error code or network corruption.",
|
||||
"416": "This environment don't support binary chunks.",
|
||||
"417": "React currently only supports piping to one writable stream."
|
||||
"417": "React currently only supports piping to one writable stream.",
|
||||
"418": "An error occurred during hydration. The server HTML was replaced with client content"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user