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.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@analogjs/vite-plugin-angular](https://togithub.com/analogjs/analog) | [`^1.6.4` -> `^1.7.1`](https://renovatebot.com/diffs/npm/@analogjs%2fvite-plugin-angular/1.6.4/1.7.1) | [](https://docs.renovatebot.com/merge-confidence/)...
#4355 This pull request exports the utility, which is very useful for a key match.
### Describe the bug **Description:** In the App Router, a hydration issue occurs when using the browser's back button after a page refresh. The client-side renders first, followed by the...
Debugging an issue where I see `A query that was dehydrated as pending ended up rejecting. [${query?.queryHash}]: Error: server error; The error will be redacted in production builds` logged, but...
### Describe the bug When using `experimental_createPersister` from `@tanstack/query-persist-client-core`, TypeScript throws a type error in `queryOptions()` when `queryFn` has an argument, but doesn't throw a type error if `queryFn` has...
The `queries` property in the first argument provided to `createQueries` should have the `readonly` modifier. ## Minimum Reproduction ```ts import { createQueries, type QueriesOptions } from '@tanstack/svelte-query' const a =...
### Describe the bug When trying to debug `eslint-plugin-query` using breakpoints, the code breaks on the wrong breakpoints. This is probably due to the changes made moving from tsup to...
### Describe the bug using the latest version of tanstack query svelte, passing `derived` store and using `select` to select subset of the data makes the `data` in select type...
JSDoc return type inference broken for useQuery/createQuery, but not for useMutation/createMutation
### Describe the bug When typing `createQuery` and `createMutation` with jsdoc comments, the return data type gets inferred correctly for the `mutationFn`, but not for `queryFn`. If i mistype the...
### Describe the bug **Offline mode feature in React native Typescript Application.** There is switch view in my Settings screen where user can switch to offline mode and this switch...