``` useQuery(['test_query', href], () => testQuery(href), { staleTime: Infinity, cacheTime: Infinity, keepPreviousData: true, enabled: !!href }) ``` this still hits server every time and in browser network tab till it finishes download it doesn't show image