Skip to content
Advertisement

React Hooks Form : undefined values on submit

I took the example from the documentation :

JavaScript

But on every change or on submit, I got undefined for each field

enter image description here

I tried to install the library again but nothing change and I got undefined everywhere…seems to be a problem with the register function. Does anybody got the same issue ?

Advertisement

Answer

With v7 the usage of register changed as noted in the comments. If you still need to use v6, you have to write it like this:

JavaScript

Docs v6

Edit React Hook Form - register v6

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement