Skip to content

Commit a81e415

Browse files
includerajatRajat Jindal
and
Rajat Jindal
authored
Change React dependency version in <form> page fix (#6858)
Co-authored-by: Rajat Jindal <[email protected]>
1 parent b7bf6c1 commit a81e415

File tree

1 file changed

+2
-2
lines changed
  • src/content/reference/react-dom/components

1 file changed

+2
-2
lines changed

src/content/reference/react-dom/components/form.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@ export async function signUpNewUser(newEmail) {
375375
```json package.json hidden
376376
{
377377
"dependencies": {
378-
"react": "18.3.0-canary-6db7f4209-20231021",
379-
"react-dom": "18.3.0-canary-6db7f4209-20231021",
378+
"react": "canary",
379+
"react-dom": "canary",
380380
"react-scripts": "^5.0.0"
381381
},
382382
"main": "/index.js",

0 commit comments

Comments
 (0)