mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
5dcf3ca8d4
I noticed that the www-modern builds pick up the `.experimental.js` entry points but these flags that are associated with these exports are not enabled in www, so it gets the wrong builds. This file is just a clone over the stable `ReactServer.js` one. We should probably do the reexport pattern instead.