mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
When aborting we emit chunks for each pending task. However there was a bug where a thenable could also reject before we could flush and we end up with an extra chunk throwing off the pendingChunks bookeeping. When a task is retried we skip it if is is not in PENDING status because we understand it was completed some other way. We need to replciate this for the reject pathway on serialized thenables since aborting if effectively completing all pending tasks and not something we need to continue to do once the thenable rejects later.
react-server-dom-webpack
Experimental React Flight bindings for DOM using Webpack.
Use it at your own risk.