dhatGuyD
tRPC14mo ago
2 replies
dhatGuy

Calling mutation with formData causes error: iterator method is not callable

uploadMutation.mutate(formData) causes error
TRPCClientError: iterator method is not callable

If I call it without the formData, it works
Was this page helpful?