Skip to content

Commit

Permalink
Change React dependency version in <form> page fix (#6858)
Browse files Browse the repository at this point in the history
Co-authored-by: Rajat Jindal <rajat@testing.com>
  • Loading branch information
includerajat and Rajat Jindal committed May 13, 2024
1 parent b7bf6c1 commit a81e415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/reference/react-dom/components/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,8 @@ export async function signUpNewUser(newEmail) {
```json package.json hidden
{
"dependencies": {
"react": "18.3.0-canary-6db7f4209-20231021",
"react-dom": "18.3.0-canary-6db7f4209-20231021",
"react": "canary",
"react-dom": "canary",
"react-scripts": "^5.0.0"
},
"main": "/index.js",
Expand Down

0 comments on commit a81e415

Please sign in to comment.