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

### Describe the bug `fetchQuery` may throw an `CancelledError { silent: true, revalidate: undefined }` under the following conditions: - the query is stale (otherwise the fetch won't run). -...

package: react-query

### Describe the bug I noticed that when using `createPersister` and then calling `queryClient.fetchQuery`, it will always return stale data from the persisted cache (if there's no data in the...

### Describe the bug Hi! The changes introduced by #7733 can lead to identity hazards in dev mode, when `shallow` option is set to `false`. Since the `state` is now...

package: vue-query

### Describe the bug Unlike the React Query DevTools which are only included in development builds, Angular Query does not seem to have that logic. > By default, React Query...

package: angular-query-devtools-experimental

TODO: - [ ] docs - [ ] tests - [ ] potential setup function to patch queryClient

package: query-persist-client-core

Hi 👋 After the introduction of the `ReactQueryDevtoolsPanel,` now it's the turn of **VueJs** technology with the `VueQueryDevtoolsPanel` :tada: :warning: **Soon... The pull request isn't finished yet, I'm trying to...

documentation
package: react-query-devtools
package: vue-query-devtools

### Describe the bug exhaustive-deps incorrectly treats zod schema as a dependency ### Steps to reproduce I have this code, which I use in `useQuery` calls: ```ts import { z...

bug
package: eslint-plugin-query

### Describe the bug I want to use `useQueries` to fetch `x` queries every time, and another `y` queries, whose count is not known at compile time. Here is a...

bug
help wanted
types

Noticed injectQueries had yet to be fully implemented, this is my attempt to get it working. Did some limited testing, and added simple test cases that are all passing. Looking...

package: angular-query-experimental

Hello, How can I add tests for that part ? Can you help me to end this PR ? Thanks !

package: svelte-query