harshmangalam/event-blend-frontend

Fix zod issues in signup page

Closed this issue · 3 comments

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; }'

hey, can i work on this issue

I have removed the ZOD issue and made a PR.
PS: Your backend and frontend require further refinement to enhance stability and resilience.