const { data, isLoading, error } = useQuery({
queryKey: ["financialSankey", ticker],
queryFn: () => fetchReport(ticker),
staleTime: 1000 * 60 * 60, // 1 hour
refetchInterval: false,
refetchOnMount: false,
refetchOnWindowFocus: false,
refetchOnReconnect: false,
});staleTime and also set all the refetch options to false. But when I check on the network tab, it always refetching. Is there something wrong with my understanding?https://x.com/tan_stack/status/2031128535470104577?s=20
dry-scarlet · 6h ago
https://x.com/powersync_/status/2010721010006552775?s=20
dry-scarlet · 2mo ago
You can now submit your website/app/project to http://TanStack.com 's new showcase and have it seen by the TanStack community! - Global showcase browser - Per-library filters - Category filters Submit here: https://tanstack.com/showcase/submit View all here: https://tanstack.com/showcase
dry-scarlet · 3mo ago