Type ‘string[]’ is not assignable to type ‘string’.ts(2322) when trying to create a form using Prisma
so I’m trying to create a submitForm
using prisma
, react-hook-form
and zod
and mysql
as my database. But the problem I’m encountering right now is I get this error on form-submit.ts