We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acda167 commit 69edd84Copy full SHA for 69edd84
src/content/blog/2024/04/25/react-19-upgrade-guide.md
@@ -86,7 +86,7 @@ npm install --save-exact @types/react@^19.0.0 @types/react-dom@^19.0.0
86
87
Or, if you're using Yarn:
88
```bash
89
-yarn add --exact @†ypes/react@^19.0.0 @†ypes/react-dom@^19.0.0
+yarn add --exact @types/react@^19.0.0 @types/react-dom@^19.0.0
90
```
91
92
We're also including a codemod for the most common replacements. See [TypeScript changes](#typescript-changes) below.
0 commit comments