mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-26 07:14:59 +00:00
fixed typo in yarn add command (#7326)
This commit is contained in:
@@ -86,7 +86,7 @@ npm install --save-exact @types/react@^19.0.0 @types/react-dom@^19.0.0
|
||||
|
||||
Or, if you're using Yarn:
|
||||
```bash
|
||||
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
|
||||
```
|
||||
|
||||
We're also including a codemod for the most common replacements. See [TypeScript changes](#typescript-changes) below.
|
||||
|
||||
Reference in New Issue
Block a user