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

I noticed that most functions within the `packages/*/src/utils.ts` and `packages/*/src/__tests__/utils.ts` files were declared as regular functions, so I made consistent adjustments. While most were already in this format, I found...

package: react-query
package: query-core
package: solid-query
package: query-persist-client-core

Also updates TypeScript to 5.4.5

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

### Describe the bug In the Tanstack documentation there is a section about dependent queries: https://tanstack.com/query/latest/docs/framework/react/guides/dependent-queries The example suggest that you should use `enable` to create dependent queries. The problem...

bug
package: solid-query

### Describe the bug Solid-Query example returns repositoryQuery.data is undefined ### Your minimal, reproducible example https://stackblitz.com/edit/solidjs-templates-q6qdg3?file=src%2FApp.tsx ### Steps to reproduce * Create a SolidJS project from scratch. * Use [code...

needs-info
package: solid-query

### Describe the bug I have already posted a question to the discord: https://discord.com/channels/719702312431386674/1003327027849474198/1247640278987309058 Unfortunately no one answered in the thread and in the meanwhile I'm pretty sure that this...

types
package: solid-query

Widen the `QueriesObserver` queries type so we can assign `UseQueryOptions` to `QueryObserverOptions`. The result from the `queryOptions` helper can now be passed to `QueriesObserver`. This align the `QueriesObserver` behavior with...

package: react-query
package: query-core

### Describe the bug There is a problem with hidden typescript type errors in the `useQuery()` hook when `select` is not defined. ### Your minimal, reproducible example Simple 1-line example...

help wanted
types

### Describe the bug I have a very simple use case when I do not have an error handler or loading indicator, so I am trying to create a query...

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

Hey there! 👋🏻 This PR changes the watcher mode for `useQueries` from `sync` to `post`. The change is needed to avoid having the watcher run during component unmount. > [!NOTE]...

package: vue-query

### Describe the bug When using the @tanstack/react-query v5 library within a Turborepo monorepo structure, specifically inside a shared library, the following error is thrown: ``` Error: No QueryClient set,...