mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 20:01:57 +00:00
Fix React 19 upgrade guide typo (#6830)
This commit is contained in:
@@ -338,7 +338,7 @@ To fix this warning, you can import `act` from `react`:
|
||||
|
||||
All other `test-utils` functions have been removed. These utilities were uncommon, and made it too easy to depend on low level implementation details of your components and React. In React 19, these functions will error when called and their exports will be removed in a future version.
|
||||
|
||||
See the [warning page](https://react.dev/warnings/react-dom-test-utils) to for alternatives.
|
||||
See the [warning page](https://react.dev/warnings/react-dom-test-utils) for alternatives.
|
||||
|
||||
#### Removed: `ReactDOM.render` {/*removed-reactdom-render*/}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user