-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DevTool error in console when appending to Field Array #207
Comments
I also has this problem on 7.51.1 , not on 7.51.0. Additionally if using nested fields the validatingFields looks like this: rootprop Then validatingfields look like:
Probably caused by react-hook-form/react-hook-form#11624 |
Does this have anything to do with devtools? I do not use the devtools and get a similar error. |
Agreed, issue is not related to devtools, but rather to react-hook-form 7.51.1 and the error coming up in browser console. @bluebill1049 could you please transfer back to react-hook-form issues? Thanks in advance! |
When I remove a single line (Line 80) in my code sandbox, everything works: Perhaps it is a coincidence? And the same error would occur with any child component? i.e. |
The warning started to occur in
The warning is still in |
Version Number
7.51.1
Codesandbox/Expo snack
https://codesandbox.io/p/sandbox/young-dust-9752gj?file=%2Fsrc%2FApp.js
Steps to reproduce
Expected behaviour
There should be no errors:
What browsers are you seeing the problem on?
No response
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: