Skip to content

Infinity staleTime and cacheTime still hit server #1677

@lukasa1993

Description

@lukasa1993
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions