dhatGuy
dhatGuy2mo ago

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

uploadMutation.mutate(formData) causes error
TRPCClientError: iterator method is not callable
TRPCClientError: iterator method is not callable
If I call it without the formData, it works
1 Reply
dhatGuy
dhatGuyOP2mo ago
trpc v11.0.0-rc.638

Did you find this page helpful?