Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 01edd5c

Browse files
authoredApr 26, 2024
Upgrade guide should recommend installing types @beta (#6806)
1 parent 8c1c6e3 commit 01edd5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎src/content/blog/2024/04/25/react-19-upgrade-guide.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ If you're using TypeScript, you also need to update the types. Once React 19 is
8585
```json
8686
{
8787
"dependencies": {
88-
"@types/react": "npm:types-react@alpha",
89-
"@types/react-dom": "npm:types-react-dom@alpha"
88+
"@types/react": "npm:types-react@beta",
89+
"@types/react-dom": "npm:types-react-dom@beta"
9090
},
9191
"overrides": {
92-
"@types/react": "npm:types-react@alpha",
93-
"@types/react-dom": "npm:types-react-dom@alpha"
92+
"@types/react": "npm:types-react@beta",
93+
"@types/react-dom": "npm:types-react-dom@beta"
9494
}
9595
}
9696
```

0 commit comments

Comments
 (0)
Failed to load comments.