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 eslint-plugin-query has a peer dependency for eslint 8. When I try to upgrade my project to use eslint 9, npm install fails due to peer dependency...
### Describe the bug In angular-query When using `queryOptions` `'@tanstack/angular-query-experimental'` and passing an initial value function, typescript will not allow that typescript to return undefined. The following code will not...
### Describe the bug Hello, many thanks for your hard work! We are introducing the app router to some of our pages and we decided to use react-query with ``...
### Describe the bug The following yields a false-positive eslint violation: ``` useQuery({ queryKey: [{ path: path.split('/') }], queryFn: () => api.get(path), }) ``` error with: > ESLint: The following...
This PR adds a context that's passed as the second parameter to the `mutationFn` in a mutation. This change allows access to the mutation's `meta` (similar to query functions), which...
### Describe the bug `queryClient.resetQueries()` does not work as expected for server-hydrated queries. Hydrated query `isLoading` state is always `false`, unlike to queries run on client. ### Your minimal, reproducible...
I believe this is what you meant? Thought note that because of the way signals work, typescript will not be able to do type narrowing here.
### Describe the bug I'm using useQuery hook with my Next.js 14.1.3 project. I'd like to use server action as query function, so I made my codes like this. actions/fetchTasks.ts...
### Describe the bug Hello, Migration guides are broken. Looks like they miss some plugin for the code viewer. > Language `diff` is not included in this bundle. You may...
The `isConnected` property actually only conveys that the network connection has been established (e.g. Wi-Fi connection), which not necessarily implies that there is a working _internet_ connection. So I as...