mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
4b0fb76bbd
With the `react-dom/server-rendering-stub` you can import `react-dom` in RSC so that you can call `preload` and `preinit` but if you don't alias it, then requiring it breaks because we React.Component which doesn't exist in the react subset.