Files
Nicolas Gallagher dee1467a3e [fix] 'render' export uses ReactDOM.createRoot
AppRegistry.runApplication uses `ReactDOM.createRoot` by default, but
the `render` export uses the legacy `ReactDOM.render`. This patch makes
those 2 APIs consistent.

It also makes some adjustments to the `createSheet` internals to more
reliably implement and test style sheet replication within ShadowRoot's
and iframes.

Fix #2612
2023-11-29 11:55:07 -08:00
..
2023-09-19 15:43:41 -07:00
2023-09-19 15:43:41 -07:00