Closed ItayGershman closed 3 years ago
</> ); `
Thanks :)
Which version are you using? I mean both react hook form and dev tool, latest version is a made for V7 hook form.
Hey Bill, I worked on the v6, and now I upgraded to v7 and it's working fine, thank you!
@bluebill1049 can we use dev-tool with v6, I can not upgrade to v7. For v6, I am getting the above error.
@bluebill1049 can we use dev-tool with v6, I can not upgrade to v7. For v6, I am getting the above error.
I believe u can use with the old version.
Hey, after installing @hookform/devtools I encountered into this error: "TypeError: reactHookForm.useFormState is not a function"
This is the error on the website: 9 | }; 10 | 11 | const Header = ({ setVisible, control }: Props) => {
below is my code:
` import { DevTool } from "@hookform/devtools"; return ( <> <form onSubmit={handleSubmit(onSubmit)} className="h-100 d-flex flex-column"