Skip to content

Commit 0e1ff1a

Browse files
authored
Fix React 19 upgrade guide typo (#6830)
1 parent d4a9a76 commit 0e1ff1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/2024/04/25/react-19-upgrade-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ To fix this warning, you can import `act` from `react`:
338338

339339
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.
340340

341-
See the [warning page](https://react.dev/warnings/react-dom-test-utils) to for alternatives.
341+
See the [warning page](https://react.dev/warnings/react-dom-test-utils) for alternatives.
342342

343343
#### Removed: `ReactDOM.render` {/*removed-reactdom-render*/}
344344

0 commit comments

Comments
 (0)