mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix warning message
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ export function appendChild(
|
||||
warning(
|
||||
Array.isArray(parentInstance.children),
|
||||
'An invalid container has been provided. ' +
|
||||
'This may indicate that another render is being used in addition to the test renderer. ' +
|
||||
'This may indicate that another renderer is being used in addition to the test renderer. ' +
|
||||
'(For example, ReactDOM.createPortal inside of a ReactTestRenderer tree.) ' +
|
||||
'This is not supported.',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user