Fix warning message

This commit is contained in:
Dan Abramov
2018-08-21 18:44:34 +01:00
parent 5cb0f2bf51
commit 90c92c7007
+1 -1
View File
@@ -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.',
);