TypeError: Cannot read property 'split' of undefined at L (get.ts:6) #3309
Answered
by
bluebill1049
Dhanajayan
asked this question in
General
-
create react app application using react-hook-form. After building for production, it throws TypeError: Cannot read property 'split' of undefined at L (get.ts:6) in useForm file.
|
Beta Was this translation helpful? Give feedback.
Answered by
bluebill1049
Oct 30, 2020
Replies: 1 comment 2 replies
-
perhaps you want to read this section: https://react-hook-form.com/get-started#IntegratingwithUIlibraries the usage is wrong. there are two useful videos there as well. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Dhanajayan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
perhaps you want to read this section: https://react-hook-form.com/get-started#IntegratingwithUIlibraries the usage is wrong. there are two useful videos there as well.