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 More of an undocumented regression. In v4 you could import `ReactQueryDevtoolsPanel` like so `import { ReactQueryDevtoolsPanel } from "@tanstack/react-query-devtools";` and use it as a controlled component....

package: query-devtools

### Describe the bug When using the mutation hook in combination with NextJS Server Action and the user makes multiple POST requests (e.g. likes/deletions), if the ongoing requests haven't finished...

# Summary Expose the `CreateMutationOptions` as a regular object, and wrap it with `StoreOrVal` in the `createMutation` function signature. # Reasoning Aside from being inconvenient if I wanted to refer...

package: svelte-query

Fixed doc code snippet to match explanation. `addTodoMutation` was not in the referenced code.

documentation

### Describe the bug The query gets stuck at `fetching` status when you try to re-fetch data and it has cycles in it. ### Your minimal, reproducible example https://codesandbox.io/p/sandbox/react-query-mfsz4x ###...

help wanted

`undefined` is a valid return value for the function value of `notifyOnChangeProps`. See linked issue for more details. Fixes #7426.

package: query-core

### Describe the bug You can provide `retry` in `defaultOptions.queries` when instantiating `QueryClient`. This is used when no `retry` option is provided to `useQuery`. But when we provide `retry: undefined`...