mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
[Flight] Minor error handling fixes (#25151)
* Fix error handling when the Flight client itself errors * Serialize references to errors in the error priority queue It doesn't make sense to emit references to future values at higher pri than the value that they're referencing. This ensures that we don't emit hard forward references to values that don't yet exist.
This commit is contained in:
committed by
GitHub
parent
7e5322ccf2
commit
8d1b057ec1
@@ -423,5 +423,6 @@
|
||||
"435": "Unexpected Suspense handler tag (%s). This is a bug in React.",
|
||||
"436": "Stylesheet resources need a unique representation in the DOM while hydrating and more than one matching DOM Node was found. To fix, ensure you are only rendering one stylesheet link with an href attribute of \"%s\".",
|
||||
"437": "the \"precedence\" prop for links to stylesheets expects to receive a string but received something of type \"%s\" instead.",
|
||||
"438": "An unsupported type was passed to use(): %s"
|
||||
"438": "An unsupported type was passed to use(): %s",
|
||||
"439": "We didn't expect to see a forward reference. This is a bug in the React Server."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user