mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Change React dependency version in <form> page fix (#6858)
Co-authored-by: Rajat Jindal <rajat@testing.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user