mirror of
https://github.com/facebook/react.git
synced 2026-02-24 04:33:04 +00:00
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.