We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2536c0 commit 8235ae9Copy full SHA for 8235ae9
src/content/blog/2024/04/25/react-19-upgrade-guide.md
@@ -81,7 +81,7 @@ yarn add --exact react@^19.0.0 react-dom@^19.0.0
81
82
If you're using TypeScript, you also need to update the types.
83
```bash
84
-npm install --save-exact @types/react@^19.0.0 react-dom@^19.0.0
+npm install --save-exact @types/react@^19.0.0 @types/react-dom@^19.0.0
85
```
86
87
Or, if you're using Yarn:
0 commit comments