-
Hi! I have this problem when using useMutation. Example of the mutation
Am I missing something or is this behavior intended? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Can you provide a reproducible example? |
Beta Was this translation helpful? Give feedback.
-
Turns out that it was in combination with profiling the page. |
Beta Was this translation helpful? Give feedback.
-
Ah yep. Window refocus refetching is on by default, so you'll need to take that into account when debugging. |
Beta Was this translation helpful? Give feedback.
Turns out that it was in combination with profiling the page.
Jumping between chrome devtools and the page causes the fetch on window focus to run, which was complicating the profiling.