We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb0f2b commit 90c92c7Copy full SHA for 90c92c7
packages/react-test-renderer/src/ReactTestHostConfig.js
@@ -67,7 +67,7 @@ export function appendChild(
67
warning(
68
Array.isArray(parentInstance.children),
69
'An invalid container has been provided. ' +
70
- '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. ' +
71
'(For example, ReactDOM.createPortal inside of a ReactTestRenderer tree.) ' +
72
'This is not supported.',
73
);
0 commit comments