Error in building app with react-hook-form using TS #5639
Unanswered
sabbir-a9s
asked this question in
General
Replies: 1 comment 2 replies
-
which version of TS are you using? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I get the following error when I try to build my react app using react-hook-form in TS:
And here's my build command:
yarn tsc --emitDeclarationOnly && tsc-alias -p tsconfig.json
Here's my tsconfig.json:
I'm using react-hook-form version 7.6.6. Any suggestion on how to fix this would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions