Module not found: Can't resolve 'react-hook-form' #3710
-
I've installed react-hook-form, yup and @hookform/resolvers, but getting 'Module not found: Can't resolve @hookform/resolvers' . Can't find the reason. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 17 replies
-
removing the current version and installing @hookform/resolvers@0.1.0 instead seems to sort this |
Beta Was this translation helpful? Give feedback.
-
Not working... Every post on this topic suggests a different version of @hookform/resolvers, yet NONE of them work for me. I have downgraded and upgraded many times now, trying so many different versions. Nothing is recognized. I don't know if they forgot to change the docs after breaking something, but I have a simple import statement that is breaking my entire app, and haven't found a solution after an hour of scouring StackOverflow, github, and more. |
Beta Was this translation helpful? Give feedback.
removing the current version and installing @hookform/resolvers@0.1.0 instead seems to sort this