diff --git a/src/content/blog/2024/04/25/react-19-upgrade-guide.md b/src/content/blog/2024/04/25/react-19-upgrade-guide.md index 79af8d348..9b843a435 100644 --- a/src/content/blog/2024/04/25/react-19-upgrade-guide.md +++ b/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 If you're using TypeScript, you also need to update the types. ```bash -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 ``` Or, if you're using Yarn: