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.
### Describe the bug I saw this tweet: https://x.com/TkDodo/status/1744604450566680864 > queryClient.invalidateQueries({ predicate: query => matchQuery(['comments']) || matchQuery(['likes']) }) > > matchQuery can be imported from RQ So I tried searching...
### Describe the bug eslint-plugin-query does not yet support the new Flat Config format ### Your minimal, reproducible example https://github.com/davidjbng/eslint-plugin-query-v9-example ### Steps to reproduce 1. Checkout https://github.com/davidjbng/eslint-plugin-query-v9-example 2. Follow https://eslint.org/docs/latest/use/configure/migration-guide...
### Describe the bug First of all, thanks for `skipToken` Janeek and TkDodo 💜. This made `useQuery()`a lot more enjoyable to use with TS, without a bunch of non-null assertions...
After opening https://github.com/TanStack/query/discussions/6673 I thought it was time to consider the imminent arrival of [Svelte 5](https://svelte.dev/blog/runes). All news are beautiful explained here: https://svelte-5-preview.vercel.app/docs/introduction. How do we plan to do it?...
### Describe the bug When you press "Restore Loading" in Dev tools, when the query is currently really fetching you get following error: ``` TypeError: Cannot read properties of null...
## Problem `undefined` means a variable that has not been assigned. Therefore, when the `onError` property in `useMutation` receives `undefined`, the side effects of the default options are retained and...
Fix Bad argument type for Post query by converting args into Object form.
### Describe the bug When using `broadcastQueryClient`: - Unmounting a query (with the last observer being removed) in one tab also removes that query in the other tab after gcTime...