Skip to content

issues Search Results · repo:TanStack/query language:TypeScript

Filter by

2k results
 (60 ms)

2k results

inTanStack/query (press backspace or delete to remove)

Describe the bug If the query options include the following: throwOnError: () = false, retryOnMount: true, staleTime: Infinity, then on remount of the host component, queryFn is not called, even ...
  • andromansky
  • Opened 
    2 hours ago
  • #9336

Describe the bug Setting query options like gcTime or staleTime seem to get lost on the client and replaced with default values after hydration. Your minimal, reproducible example https://codesandbox.io/p/github/andyabih/tmp-start-query-options/main ...
  • andyabih
  • Opened 
    2 hours ago
  • #9335

Describe the bug https://github.com/TanStack/query/blob/5dd11a3c88ddd06bacc17082e5afdec56a2fe95f/packages/react-query/src/HydrationBoundary.tsx#L14 For a library with so much type safety, this is a bit ...
  • paperclover
  • Opened 
    yesterday
  • #9323

Describe the bug When refactoring parts of the queryFn used in useQuery (or queryOptions) into helper functions that involve queryClient, exhaustive-deps will sometimes error on the queryKey thinking ...
  • alythobani
  • Opened 
    2 days ago
  • #9322

Describe the bug The docs describe the PersistedClient interface as export interface PersistedClient { timestamp: number buster: string cacheState: any } That interface is incorrect as of the ...
documentation
  • Wiktor102
  • 1
  • Opened 
    4 days ago
  • #9313

Right now, when using Tanstack router and Tanstack query, devtools don t really play well together. What would be nice is a common devtools icon and a tab-based container for each Tanstack module: router, ...
  • Ericokim
  • Opened 
    5 days ago
  • #9309

Describe the bug fetchNextPage doest not make a http request. Any suggestions? Your minimal, reproducible example https://codesandbox.io/p/sandbox/dsm5qg Steps to reproduce 1. Open Chrome DevTools ...
  • leopku
  • Opened 
    7 days ago
  • #9305

Describe the bug When using useInfiniteQuery , setting enabled: false still triggers the API call, which is unexpected behaviour. Steps to reproduce Call an API using useInfiniteQuery and set enabled ...
needs-info
  • jeo-sebastian
  • 1
  • Opened 
    16 days ago
  • #9274

Describe the bug Although #9053 claims this issue was resolved, I believe it remains unresolved. The mentioned PR #9042 in this issue is only a solution for TS resolve in a monorepo, but the problem ...
  • ss0526100
  • Opened 
    16 days ago
  • #9272

Describe the bug Cross post from an issue in react: https://github.com/facebook/react/issues/33503 Your minimal, reproducible example codesandbox.io Steps to reproduce 1. Open the app in a new tab ...
  • dkempner
  • 1
  • Opened 
    18 days ago
  • #9268
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub