query
query copied to clipboard
π€ Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | marocchino/sticky-pull-request-comment | action | digest | `fd19551` -> `5060d47` | --- > [!WARNING]...
### Describe the bug The useMutationState hook doesnβt propagate generic type parameters (TData, TError, TVariables, TContext) into the select callback. As a result, when filtering by a specific mutationKey, TypeScript...
## π― Changes In the documentation for vue framework, the exemple in API Reference / QueryClient use import from '@tanstack/react-query' instead of '@tanstack/vuequery' ## β Checklist - X I have...
### Describe the bug When using alongside Tanstack Start, setting the `enabled` property to `false` on page load causes the browser tab to get stuck in a loading state, even...
Fixed #9336 ## Summary - Fixed throwOnError retry logic to properly handle function vs boolean values - When throwOnError is a function, allow retryOnMount to proceed even when error boundary...
Align the SolidJS Query Devtools package with the React one by including the '/production' export which allows bundling TanStack Query Devtools in production builds. ## Summary by CodeRabbit - New...
### Describe the bug I'm experiencing an infinite loading issue when using useInfiniteQuery's promise with React's use hook inside a Suspense boundary. Setup: Using useInfiniteQuery with experimental_prefetchInRender: true Returning the...
## π― Changes This PR is a follow-up to #9098 and aligns queries with the proposed change for mutations. With this change queries should have a more consistent state as...
### Describe the bug It seems the streamedQuery's reducer is being called twice, resulting in duplicated values. Please see the relevant code: https://github.com/TanStack/query/blob/ecdf96296b1dfcee617a5a5b9afdf2a42ad436ba/packages/query-core/src/streamedQuery.ts#L83C1-L89C38 ```ts // don't append to the cache...
### Describe the bug Using Svelte (v5.42.3) and Svelte Kit (v2.48.2) and `@tanstack/svelte-query` (v6.0.3). If I have the component `Player.svelte`: ```svelte import { createQuery } from '@tanstack/svelte-query'; const playerStore =...