query icon indicating copy to clipboard operation
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.

Results 493 query issues
Sort by recently updated
recently updated
newest added

### Describe the bug When using `PersistQueryClientProvider` the query `#initialState` will be set to the state loaded from storage on page/app load. Running `resetQueries` will now give unexpected behaviour across...

### Describe the bug In SolidJS / Solid-Start (current versions 1.8.5 / 0.3.10) and current tanstack (5.8.3) if I take the results of a tanstack query and put them into...

### Describe the bug After #6600 I did some more investigating on the solid-query layout shift problem and found it's a synchronization issue with suspense and when the data is...

package: solid-query

### Describe the bug When using `useQuery`, TS correctly infers the argument type of the `select` query option to be the return type of the `queryFn` data. Applying the same...

help wanted
types
package: react-query
has workaround
known limitation

### Describe the bug According to the [update guide](https://tanstack.com/query/v5/docs/react/guides/migrating-to-v5), the following replacement needs to be performed on `useMutation`: ```diff - useMutation(fn, options) + useMutation({ mutationFn, ...options }) ``` Unfortunately it...

### Describe the bug My real use-case: - A modern Next.js app with authentication - The authentication is completely offloaded to the browser - The server does not have an...

package: react-query

### Describe the bug https://github.com/TanStack/query/commit/8991d7c0193c91fb17a97998bdbcda4363943f35 this is the commit where it breaks (4.24.3) Not sure if this is correct behaviour. But based on the commit above i assume it is...

bug
package: query-core
has workaround

### Describe the bug `placeholderData: keepPreviousData` doesn't work correctly with reactive queries. It still shows `undefined` when changing keys. ### Your minimal, reproducible example https://stackblitz.com/edit/sveltejs-kit-template-default-fcwhut?file=src%2Froutes%2F%2Bpage.svelte ### Steps to reproduce ```html...

package: svelte-query

### Describe the bug I have initialized QueryClient in main +layout.svelte: ``` const queryClient = new QueryClient({ defaultOptions: { queries: { enabled: browser, refetchInterval: $dataRefetchIntervalS * 1000 } } });...

package: svelte-query

### Describe the bug Using SvelteKit 1.22 and @tanstack/query 4.32.6 when I run `npm run build` I get this warning: ``` "getQueryClientContext" and "setQueryClientContext" are imported from external module "@tanstack/query-core"...

package: svelte-query