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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@analogjs%2fvite-plugin-angular/1.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
package: vue-query
package: solid-query
package: svelte-query
package: svelte-query-devtools
package: query-devtools
package: angular-query-experimental
package: angular-query-devtools-experimental
package: solid-query-persist-client
package: svelte-query-persist-client
package: vue-query-devtools
package: solid-query-devtools

#4355 This pull request exports the utility, which is very useful for a key match.

documentation
package: query-core

### 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...

package: react-query

### 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...

types
package: react-query

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 =...

package: svelte-query

### 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...

tests
package: eslint-plugin-query

### 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...

package: svelte-query

### 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...

package: svelte-query

### 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...