mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
2dc5bebd46
When a React Server Consumer Manifest does not include an entry for a client reference ID, we must not try to look up the export name (or `'*'`) for the client reference. Otherwise this will fail with `TypeError: Cannot read properties of undefined (reading '...')` instead of the custom error we intended to throw.
react-server-dom-webpack
Experimental React Flight bindings for DOM using Webpack.
Use it at your own risk.