Hello, I have a mutation setup on the server with the input being an object containing the fields email and password. I am using the TRPC HTTP server on the backend. The request data is
{"0":{"email":"dev@dev.dev","password2":"test"}}
{"0":{"email":"dev@dev.dev","password2":"test"}}
and the response complains about receiving
undefined
undefined
instead of
object
object
. I'm using Zod for input schema. Furthermore, the useMutation arguments are