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 ## ✅ 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: svelte-query-persist-client

React docs use object syntax inside useQuery({...}), useMutation({...}) and etc., but Solid requires a function returning an object: useQuery(() => ({ ... })). The current replace rule only prepends ()...

documentation

### Describe the bug **Summary** Yarn 4 reports peer dependency warnings (YN0086) related to two ESLint plugins used in our project: @tanstack/eslint-plugin-query and eslint-plugin-testing-library. Both depend (transitively) on @typescript-eslint/utils, which...

package: eslint-plugin-query

## 🎯 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: angular-query-persist-client

## 🎯 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: solid-query

## Improves reactivity and timing To benefit from the more mature signal ecosystem and PendingTasks integration in recent Angular versions this drops support for Angular v16-v18. These Angular versions are...

documentation
package: angular-query-experimental

## 🎯 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: solid-query-persist-client

## 🎯 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: angular-query-experimental

### Describe the bug https://tanstack.com/query/v5/docs/framework/solid/examples/astro The astro+solid example for using tanstack query is failing to run. The query runs when I try with astro `client:only` directive on solid component -...

### Describe the bug this is a *very* weird bug that was a pain to debug due to that i've been able to narrow it down to this: - given...