T
TanStack3mo ago
extended-salmon

useMutation refreshing problem

Hello, is it normal that when using useMutation function and calling .mutate() the page reloads ? like it refreshes not re-render, and if so how do I fix it ?
2 Replies
absent-sapphire
absent-sapphire3mo ago
It's not normal, but also not caused by tanstack
extended-salmon
extended-salmonOP3mo ago
yeah just relized it was the json server so I made an express endpoint

Did you find this page helpful?