Disable refetching of loader data on window focus #483
Replies: 1 comment
-
almost 100% that thats same issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In version
0.0.1-beta.48
, how can the loader data refetching when window gains focus functionality be turned off?In
react-query
, this is an exposed config option. Am I missing it here in the examples/docs?Example: 'running root loader' gets logged every time the window is refocused.
Beta Was this translation helpful? Give feedback.
All reactions