Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
There was an error while loading. Please reload this page.
It would be cool if, in addition to DEV mode detection, we could detect when there are two instances of ReactDOM on the page.
This issue mentions how we could detect it: #692.
One thing to keep in mind is it's valid to have two different renderers (e.g. ReactDOM + ReactART), but not two instances of one renderer. Not sure if there's an easy way to tell those cases apart, but we can make changes to React if necessary to support that.