how to deal with forms/react hook form and resolvers
how do ya'll deal with resolvers?
having a problem in particular a resolver being defined using zod and it not being compatible with the convex type
probably because of the "Id"
so how do yall deal with this

1 Reply
Haven't used it, but the zod utilities in convex-helpers include id support: https://github.com/get-convex/convex-helpers/tree/main/packages/convex-helpers#zod-validation
GitHub
convex-helpers/packages/convex-helpers at main · get-convex/convex...
A collection of useful code to complement the official packages. - get-convex/convex-helpers