react/packages/react-server-dom-webpack/src
Sebastian Markbåge c8510227c1
Treat displayName as undefined (#26148)
When we have a key we read displayName eagerly for future warnings.

In general, React should be inspecting if something is a client
reference before dotting into it. However, we use displayName a lot and
it kind of has defined meaning for debugging everywhere it's used so
seems fine to treat this as undefined.
2023-02-10 11:23:48 -05:00
..
__tests__ Treat displayName as undefined (#26148) 2023-02-10 11:23:48 -05:00
ReactFlightClientWebpackBundlerConfig.js Enable passing Server References from Server to Client (#26124) 2023-02-09 19:45:05 -05:00
ReactFlightDOMClient.js Enable passing Server References from Server to Client (#26124) 2023-02-09 19:45:05 -05:00
ReactFlightDOMServerBrowser.js Revert "Move the Webpack manifest config to one level deeper (#26083)" (#26111) 2023-02-06 10:50:52 -05:00
ReactFlightDOMServerEdge.js Add Edge Server Builds for workerd / edge-light (#26116) 2023-02-07 15:10:01 -05:00
ReactFlightDOMServerNode.js Revert "Move the Webpack manifest config to one level deeper (#26083)" (#26111) 2023-02-06 10:50:52 -05:00
ReactFlightServerWebpackBundlerConfig.js Enable passing Server References from Server to Client (#26124) 2023-02-09 19:45:05 -05:00
ReactFlightWebpackNodeLoader.js Enable passing Server References from Server to Client (#26124) 2023-02-09 19:45:05 -05:00
ReactFlightWebpackNodeRegister.js Treat displayName as undefined (#26148) 2023-02-10 11:23:48 -05:00
ReactFlightWebpackPlugin.js Update Flight Fixture to "use client" instead of .client.js (#26118) 2023-02-07 12:09:29 -05:00