We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@beta
1 parent 8c1c6e3 commit 01edd5cCopy full SHA for 01edd5c
src/content/blog/2024/04/25/react-19-upgrade-guide.md
@@ -85,12 +85,12 @@ If you're using TypeScript, you also need to update the types. Once React 19 is
85
```json
86
{
87
"dependencies": {
88
- "@types/react": "npm:types-react@alpha",
89
- "@types/react-dom": "npm:types-react-dom@alpha"
+ "@types/react": "npm:types-react@beta",
+ "@types/react-dom": "npm:types-react-dom@beta"
90
},
91
"overrides": {
92
93
94
}
95
96
```
0 commit comments