There was an error while loading. Please reload this page.
1 parent a22858e commit 93bd0f4Copy full SHA for 93bd0f4
1 file changed
src/content/warnings/react-dom-test-utils.md
@@ -1,6 +1,7 @@
1
---
2
-title: Предупреждения об устаревании react-dom/test-utils
+title: react-dom/test-utils Deprecation Warnings
3
4
+
5
## Предупреждение ReactDOMTestUtils.act {/*reactdomtestutilsact-warning*/}
6
7
`act` из `react-dom/test-utils` устарел и заменён на `act` из `react`.
@@ -83,4 +84,4 @@ fireEvent.click(element);
83
84
- `scryRenderedComponentsWithType()`
85
- `findRenderedComponentWithType()`
86
- `renderIntoDocument`
-- `Simulate`
87
+- `Simulate`
0 commit comments