#unwanted automatic page refresh with loaders
1 messages · Page 1 of 1 (latest)
That's a React Query feature. You can turn it off with refetchOnWindowFocus https://tanstack.com/query/v4/docs/framework/react/guides/window-focus-refetching
1 messages · Page 1 of 1 (latest)
I’m using loaders with react query on my routes and every time I leave the tab and come back to it the page automatically refreshes. Is there a way to prevent that?
That's a React Query feature. You can turn it off with refetchOnWindowFocus https://tanstack.com/query/v4/docs/framework/react/guides/window-focus-refetching