Closed ayepRahman closed 1 year ago
The issue lies with using zod and using instance of file.
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Verify canary release
Provide environment information
What browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
Describe the Bug
I am using
"react-hook-form": "^7.39.4",
and"@hookform/resolvers": "^2.9.10",
in the latest nextjs v13. Running on dev work perfectly, up until I tried running$ yarn build
and I am facing some issue regarding File not found. When I try on nextks v12, it works perfectly.