T
TanStack6mo ago
flat-fuchsia

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
extended-yellow
extended-yellow6mo ago
It's not normal, but also not caused by tanstack
flat-fuchsia
flat-fuchsiaOP6mo ago
yeah just relized it was the json server so I made an express endpoint

Did you find this page helpful?