We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bf6c1 commit a81e415Copy full SHA for a81e415
src/content/reference/react-dom/components/form.md
@@ -375,8 +375,8 @@ export async function signUpNewUser(newEmail) {
375
```json package.json hidden
376
{
377
"dependencies": {
378
- "react": "18.3.0-canary-6db7f4209-20231021",
379
- "react-dom": "18.3.0-canary-6db7f4209-20231021",
+ "react": "canary",
+ "react-dom": "canary",
380
"react-scripts": "^5.0.0"
381
},
382
"main": "/index.js",
0 commit comments