TanStackT
TanStack2y ago
2 replies
then-purple

mutation.mutate is not a function error

I have a post goal api which is used in various components so im creating a usePostGoal hook which returns mutation. On a click im doing mutation.mutate but it returns
TypeError: mutation.mutate is not a function


when im using the same mutation without hook it works fine
Was this page helpful?