We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0796527 commit e99027aCopy full SHA for e99027a
docs/react-testing-library/api.mdx
@@ -107,6 +107,8 @@ your components.
107
108
### `legacyRoot`
109
110
+**WARNING**: This option is only available when tests run with React 18 and earlier.
111
+
112
By default we'll render with support for concurrent features (i.e.
113
[`ReactDOMClient.createRoot`](https://reactjs.org/docs/react-dom-client.html#createroot)).
114
However, if you're dealing with a legacy app that requires rendering like in
0 commit comments