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

## šŸŽÆ Changes Makes a Preact Adapter for Tanstack Query. The main motivations are bundle sizes and ensuring compatibility with the events architecture. ## āœ… Checklist - [x] I have...

## šŸŽÆ Changes ## āœ… Checklist - [x] I have followed the steps in the [Contributing guide](https://github.com/TanStack/query/blob/main/CONTRIBUTING.md). - [x] I have tested this code locally with `pnpm run test:pr`. ##...

package: react-query-persist-client

### Describe the bug I’m encountering a TypeScript overload mismatch (**TS2769**) when calling `useQuery()` with the result of a `queryOptions(...)` function whose returned object contains a `queryKey` with a branded...

package: vue-query

## šŸŽÆ Changes Implements #9135 - renames `fetchQuery` and `fetchInfiniteQuery` to `query` and `infiniteQuery` - make new `fetch*` aliases for the renamed methods - delegates the `prefetch*` methods with `query`...

package: react-query
package: react-query-persist-client
package: vue-query
package: query-core
package: query-sync-storage-persister
package: solid-query-persist-client

I have two separate queries using `@tanstack/angular-query`: ```ts roles = injectQuery(() => ({ enabled: this.user.data(), queryKey: ['roles'], queryFn: () => lastValueFrom(getRoles({ roles: this.user.data().roles })), })); user = injectQuery(() => ({...

package: angular-query

### Describe the bug First off, great library, thanks for your work! I'm running on Angular 21 and I'm unit testing with Vitest, I have this component: ```ts @Component({ selector:...

package: angular-query

error (#9728) ## šŸŽÆ Changes - Modified `shouldFetchOn` in `packages/query-core/src/queryObserver.ts`: - Added a check for `query.state.status === 'error'`. - This ensures that when a component mounts or explicitly requests a...

package: react-query
package: query-core

This PR contains the following updates: | Package | Change | Age | Confidence | Type | Update | |---|---|---|---|---|---| | [@algolia/client-search](https://redirect.github.com/algolia/algoliasearch-client-javascript/tree/main/packages/client-search#readme) ([source](https://redirect.github.com/algolia/algoliasearch-client-javascript)) | [`5.2.1` -> `5.45.0`](https://renovatebot.com/diffs/npm/@algolia%2fclient-search/5.2.1/5.45.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@algolia%2fclient-search/5.45.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies
package: react-query-devtools
package: react-query
package: react-query-persist-client
package: vue-query
package: query-core
package: solid-query
package: query-persist-client-core
package: eslint-plugin-query
package: svelte-query
package: svelte-query-devtools
package: query-devtools
package: angular-query-experimental
package: query-async-storage-persister
package: query-sync-storage-persister
package: solid-query-persist-client
package: svelte-query-persist-client
package: vue-query-devtools
package: solid-query-devtools
package: query-broadcast-client-experimental
package: react-query-next-experimental
package: angular-query-persist-client
package: query-test-utils

### Describe the bug Hey, So I found a very specific conditions, in which useQuery will cache an error thrown by queryFn, and then from there on out always return...

help wanted
has workaround

## šŸŽÆ Changes Svelte 5 now supports async await in components. One behavior there is that when a component is created as part of a boundary that has pending async...

package: svelte-query