mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
temporarily disable warning
This commit is contained in:
committed by
Paul O’Shannessy
parent
6203e53d16
commit
e39c19423a
@@ -484,10 +484,12 @@ var ReactMount = {
|
||||
// warning is when the container is empty.
|
||||
rootElementsByReactRootID[reactRootID] = containerChild;
|
||||
} else {
|
||||
console.warn(
|
||||
'ReactMount: Root element has been removed from its original ' +
|
||||
'container. New container:', rootElement.parentNode
|
||||
);
|
||||
// Disabled for now until #3436441 is fixed.
|
||||
//
|
||||
// console.warn(
|
||||
// 'ReactMount: Root element has been removed from its original ' +
|
||||
// 'container. New container:', rootElement.parentNode
|
||||
// );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user