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

ref: https://github.com/TanStack/query/pull/9011#issuecomment-2804846344

package: query-codemods

### Describe the bug `@tanstack/eslint-plugin-query` tries to import `typescript`, but does not declare it as a dependency or peer dependency. This happens to work with `npm`'s hoisting due to other...

package: eslint-plugin-query

Closes #8499

package: react-query
package: query-core

package: react-query

let's bring back imperative infinite queries, but only allow them in an all-or-nothing mode, dependent on if `getNextPageParam` has been passed

package: query-core

I updated the return type of the queryOptions function with Vue's UnwrapRef. [AS-IS] [TO-BE] close #7892

package: vue-query

### Describe the bug After updating TanStack from version 5.61.5 to 5.62.0 (not solved with 5.69.0), I encountered the following TypeScript error on every function that returns `queryOptions` or `infiniteQueryOptions`:...

types
package: solid-query
package: angular-query

Improves tree shaking to about 0,13KB Adds `deps` option - fixes #8824

documentation
package: angular-query-experimental

### Describe the bug Based on the documentation, you should be able to use inject within the `loadDevtools` option in the `withDevtools` function. See https://github.com/TanStack/query/blob/main/docs/framework/angular/devtools.md Now if you do this,...

package: angular-query
package: angular-query-devtools
package: angular-query-experimental
package: angular-query-devtools-experimental

## Task [issue](https://github.com/TanStack/query/issues/8604) [comment](https://github.com/TanStack/query/issues/8604#issuecomment-2676128755) ## Modification This change optimizes the time complexity of the #onUpdate function in queriesObserver from O(n) to O(1). ```ts #onUpdate(observer: QueryObserver, result: QueryObserverResult): void { const...

package: query-core