Fix zod issues in signup page
Closed this issue · 3 comments
harshmangalam commented
Currently getting typescript error in signup page for routeAction
Object literal may only specify known properties, and 'message' does not exist in type '{ errorMap?: ZodErrorMap | undefined; invalid_type_error?: string | undefined; required_error?: string | undefined; description?: string | undefined; } & { coerce?: true | undefined; }'
hashnj commented
hey, can i work on this issue
harshmangalam commented
@hashnj assigned
hashnj commented
I have removed the ZOD issue and made a PR.
PS: Your backend and frontend require further refinement to enhance stability and resilience.