-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SyntaxError: Cannot use import statement outside a module #107
Comments
which version are you using? |
"@hookform/resolvers": "^1.3.2", |
It's probably a bug in your latest release. Because I installed the beta version of this package and it's working fine. |
Yep same issue |
I have the same issue. Downgrading to |
Same issue as #100 |
same issue import { transformToNestObject } from 'react-hook-form'; "@hookform/resolvers": "^1.3.4", |
@mskarimi Please have a look to #71 (comment) |
Hi, I am having this issue suddenly. I don't know where this came from. My code was working last night but now I am having this error.
This is my code...
Inside the form:
I can't recreate this error in the code sandbox. It's showing me some other errors. I am so confused right now. BTW, I am using nextjs with typescript
The text was updated successfully, but these errors were encountered: