Refine zod schema after query
How I could do with TRPC, Zod and React hook form to add an error after making a query :
Let's say I have an email input in my form, and I'd like it to be marked as an error with zod after checking on the server side that it was already there?
Let's say I have an email input in my form, and I'd like it to be marked as an error with zod after checking on the server side that it was already there?
