Files
react/packages/react-server-dom-turbopack
Hendrik Liebau 2dc5bebd46 Fix error handling in resolveClientReference (#31332)
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.
2024-10-23 08:36:40 -07:00
..

react-server-dom-turbopack

Experimental React Flight bindings for DOM using Turbopack.

Use it at your own risk.