Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not find a declaration file for module '@hookform/resolvers/zod'

Im trying to use zod with react-hook-form but the import hook form resolver gives the error below

Could not find a declaration file for module '@hookform/resolvers/zod'. '/pradeep/projects/react/safe-zone/node_modules/@hookform/resolvers/zod/dist/zod.mjs' implicitly has an 'any' type.

enter image description here

like image 588
pradeep murugan Avatar asked Oct 28 '25 03:10

pradeep murugan


1 Answers

I got this resolved by running the below cmd

npm i -save-dev @hookform/resolvers
like image 95
pradeep murugan Avatar answered Oct 30 '25 12:10

pradeep murugan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!