Attempted import error: 'useForm' is not exported from 'react-hook-form' (imported as 'useForm'). #11699
Replies: 3 comments 3 replies
-
I guess you use Also check if there are multiple react-hook-form packages installed: |
Beta Was this translation helpful? Give feedback.
2 replies
-
I have Page.tsx in my src directory.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Got a resolution in another thread -> Wrap your Authenticator in a Client Component with 'use client' |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a brand new project in React that I wish to deploy to Amplify and I see the following error. I have been following the instructions in https://ui.docs.amplify.aws/react/connected-components/authenticator:
Code in
pages.tsx
My
package.json
Beta Was this translation helpful? Give feedback.
All reactions