re-enable moved root warning

This commit is contained in:
Paul O’Shannessy
2014-03-18 22:03:25 -07:00
parent 55b0222596
commit 0491d30e7c
+4 -6
View File
@@ -490,12 +490,10 @@ var ReactMount = {
// warning is when the container is empty.
rootElementsByReactRootID[reactRootID] = containerChild;
} else {
// Disabled for now until #3436441 is fixed.
//
// console.warn(
// 'ReactMount: Root element has been removed from its original ' +
// 'container. New container:', rootElement.parentNode
// );
console.warn(
'ReactMount: Root element has been removed from its original ' +
'container. New container:', rootElement.parentNode
);
}
}
}