Skip to content

Commit

Permalink
Upgrade guide should recommend installing types @beta (#6806)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Apr 26, 2024
1 parent 8c1c6e3 commit 01edd5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/content/blog/2024/04/25/react-19-upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ If you're using TypeScript, you also need to update the types. Once React 19 is
```json
{
"dependencies": {
"@types/react": "npm:types-react@alpha",
"@types/react-dom": "npm:types-react-dom@alpha"
"@types/react": "npm:types-react@beta",
"@types/react-dom": "npm:types-react-dom@beta"
},
"overrides": {
"@types/react": "npm:types-react@alpha",
"@types/react-dom": "npm:types-react-dom@alpha"
"@types/react": "npm:types-react@beta",
"@types/react-dom": "npm:types-react-dom@beta"
}
}
```
Expand Down

0 comments on commit 01edd5c

Please sign in to comment.