mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
We might have already resolved models that are not pending and so are not rejected by aborting the stream. When those later get parsed they might discover new chunks which end up as pending. These should be errored since they will never be able to resolve later. This avoids infinitely hanging the stream. This same fix needs to be ported to ReactFlightClient that has the same issue.
react-server-dom-webpack
Experimental React Flight bindings for DOM using Webpack.
Use it at your own risk.