rsnext/test/integration/react-18
Gerald Monaco 0b1d5e17bc
Use react-dom/server.browser in Node.js (#33950)
Instead of branching rendering based on Node.js and browser/web runtimes, we should just use the web version for now, which can run as-is on versions >=16.5.0 of Node.js, polyfilling `ReadableStream` on older versions when necessary.

There are a few potential downsides to this, as React is less able to optimize flushing and execution. We can revisit that in the future though if desired.
2022-02-04 17:52:53 +00:00
..
app Fix image related link prop warning with react 18 beta (#31895) 2021-11-30 18:37:22 +00:00
test Use react-dom/server.browser in Node.js (#33950) 2022-02-04 17:52:53 +00:00