Skip to content

Commit 93bd0f4

Browse files
chore: keep frontmatter title as-is
1 parent a22858e commit 93bd0f4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/content/warnings/react-dom-test-utils.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: Предупреждения об устаревании react-dom/test-utils
2+
title: react-dom/test-utils Deprecation Warnings
33
---
4+
45
## Предупреждение ReactDOMTestUtils.act {/*reactdomtestutilsact-warning*/}
56

67
`act` из `react-dom/test-utils` устарел и заменён на `act` из `react`.
@@ -83,4 +84,4 @@ fireEvent.click(element);
8384
- `scryRenderedComponentsWithType()`
8485
- `findRenderedComponentWithType()`
8586
- `renderIntoDocument`
86-
- `Simulate`
87+
- `Simulate`

0 commit comments

Comments
 (0)