mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
8d1b057ec1
* 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.