We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b0222 commit 0491d30Copy full SHA for 0491d30
src/browser/ui/ReactMount.js
@@ -490,12 +490,10 @@ var ReactMount = {
490
// warning is when the container is empty.
491
rootElementsByReactRootID[reactRootID] = containerChild;
492
} else {
493
- // Disabled for now until #3436441 is fixed.
494
- //
495
- // console.warn(
496
- // 'ReactMount: Root element has been removed from its original ' +
497
- // 'container. New container:', rootElement.parentNode
498
- // );
+ console.warn(
+ 'ReactMount: Root element has been removed from its original ' +
+ 'container. New container:', rootElement.parentNode
+ );
499
}
500
501
0 commit comments