We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
legacyRoot
1 parent e99027a commit dfa9df0Copy full SHA for dfa9df0
docs/react-testing-library/api.mdx
@@ -107,7 +107,9 @@ your components.
107
108
### `legacyRoot`
109
110
-**WARNING**: This option is only available when tests run with React 18 and earlier.
+:::warning
111
+This option is only available when tests run with React 18 and earlier.
112
+:::
113
114
By default we'll render with support for concurrent features (i.e.
115
[`ReactDOMClient.createRoot`](https://reactjs.org/docs/react-dom-client.html#createroot)).
0 commit comments