Skip to content

Commit 8235ae9

Browse files
authored
Fix types install instructions in 19 upgrade guide
1 parent d2536c0 commit 8235ae9

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
@@ -81,7 +81,7 @@ yarn add --exact react@^19.0.0 react-dom@^19.0.0
8181

8282
If you're using TypeScript, you also need to update the types.
8383
```bash
84-
npm install --save-exact @types/react@^19.0.0 react-dom@^19.0.0
84+
npm install --save-exact @types/react@^19.0.0 @types/react-dom@^19.0.0
8585
```
8686

8787
Or, if you're using Yarn:

0 commit comments

Comments
 (0)