react-hook-form / resolvers

📋 Validation resolvers: Yup, Zod, Superstruct, Joi, Vest, Class Validator, io-ts, Nope, computed-types, typanion, Ajv, TypeBox, ArkType, Valibot, effect-ts and VineJS
https://react-hook-form.com/
MIT License
1.74k stars 159 forks source link

Zod continues to throw errors while using async refinements with react hook form when zod resolver mode is set to async #654

Closed uehlbran closed 9 months ago

uehlbran commented 9 months ago

Had an issue in the code that was causing this.

dx1ded commented 8 months ago

@uehlbran Did u solve this one?

uehlbran commented 8 months ago

Yes. It was due to an oversight in my own code.