mirror of
https://github.com/facebook/react.git
synced 2026-02-26 06:45:33 +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-turbopack
Experimental React Flight bindings for DOM using Turbopack.
Use it at your own risk.