Skip to content

Commit 84123b0

Browse files
authored
Merge pull request #7850 from marmelab/fix-react-hook-form-duplicate
Fix useFormState returns null with yarn pnp
2 parents 00784af + baf6ca7 commit 84123b0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/ra-ui-materialui/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"ra-core": "^4.0.0",
5353
"react": "^16.9.0 || ^17.0.0 || ^18.0.0",
5454
"react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0",
55+
"react-hook-form": "*",
5556
"react-router": "^6.1.0",
5657
"react-router-dom": "^6.1.0"
5758
},

yarn.lock

+1
Original file line numberDiff line numberDiff line change
@@ -21156,6 +21156,7 @@ __metadata:
2115621156
ra-core: ^4.0.0
2115721157
react: ^16.9.0 || ^17.0.0 || ^18.0.0
2115821158
react-dom: ^16.9.0 || ^17.0.0 || ^18.0.0
21159+
react-hook-form: "*"
2115921160
react-router: ^6.1.0
2116021161
react-router-dom: ^6.1.0
2116121162
languageName: unknown

0 commit comments

Comments
 (0)