Skip to content

Commit

Permalink
Fix warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Aug 21, 2018
1 parent 5cb0f2b commit 90c92c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-test-renderer/src/ReactTestHostConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
);
Expand Down

0 comments on commit 90c92c7

Please sign in to comment.