query
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.
### 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). -...
### 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...
### 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...
TODO: - [ ] docs - [ ] tests - [ ] potential setup function to patch queryClient
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...
### 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...
Type Error when using `useQueries` with results returning different types, generated from an array
### 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...
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...
Hello, How can I add tests for that part ? Can you help me to end this PR ? Thanks !