mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
5bcade5fcf
Postponing in a promise that is being serialized to the client from the server should be possible however prior to this change Flight treated this case like an error rather than a postpone. This fix adds support for postponing in this position and adds a test asserting you can successfully prerender the root if you unwrap this promise inside a suspense boundary.
react-server-dom-webpack
Experimental React Flight bindings for DOM using Webpack.
Use it at your own risk.