Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/warnings/react-dom-test-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Avisos de Depreciação do react-dom/test-utils

## ReactDOMTestUtils.act() warning {/*reactdomtestutilsact-warning*/}

O `act` de `react-dom/test-utils` foi depreciado em favor do `act` do `react`.
O `act` de `react-dom/test-utils` foi descontinuado em favor do `act` do `react`.

Antes:

Expand Down Expand Up @@ -84,4 +84,4 @@ Esteja ciente de que `fireEvent` dispara um evento real no elemento e não apena
- `scryRenderedComponentsWithType()`
- `findRenderedComponentWithType()`
- `renderIntoDocument`
- `Simulate`
- `Simulate`