Skip to content

Commit 0491d30

Browse files
committed
re-enable moved root warning
1 parent 55b0222 commit 0491d30

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/browser/ui/ReactMount.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -490,12 +490,10 @@ var ReactMount = {
490490
// warning is when the container is empty.
491491
rootElementsByReactRootID[reactRootID] = containerChild;
492492
} 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-
// );
493+
console.warn(
494+
'ReactMount: Root element has been removed from its original ' +
495+
'container. New container:', rootElement.parentNode
496+
);
499497
}
500498
}
501499
}

0 commit comments

Comments
 (0)