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.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@algolia/client-search](https://redirect.github.com/algolia/algoliasearch-client-javascript) | [`5.2.1` -> `5.9.1`](https://renovatebot.com/diffs/npm/@algolia%2fclient-search/5.2.1/5.9.1)...
### Describe the bug I am using Vue `@tanstack/vue-query` I have latest packages: ``` "@tanstack/vue-query": "^5.59.13", "@tanstack/vue-query-devtools": "^5.59.13", ``` i get this error: ``` Uncaught (in promise) TypeError: client.defaultQueryOptions is...
### Describe the bug When the `queryClient` is passed in the `injectMutation` method, the return type of `mutationFn` is lost in the `onSuccess` method. ### Your minimal, reproducible example https://stackblitz.com/edit/stackblitz-starters-3zsk2e?file=test.ts...
### Describe the bug This is kinda weird and oddly specific issue, in `layout.ts`, if I access the `url` object from the `load()` arguments, `prefetchQuery` fails to cache the result....
Adds a page documenting how to optimally use vue-query with the vue reactivity system. The page aims to help new users avoid possible pitfalls when using the library.
In the [docs](https://tanstack.com/query/latest/docs/framework/react/guides/prefetching#prefetch-in-components), the current code example for prefetching with suspense queries is ```tsx function App() { usePrefetchQuery({ queryKey: ['articles'], queryFn: (...args) => { return getArticles(...args) }, }) return (...
Hey, the devtools page missed in the svelte-query docs
I noticed that all the methods in QueryCache have defined return types, except for the notify method, so I added a return type for it.
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [astro](https://astro.build) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro)) | [`4.12.3` -> `4.16.1`](https://renovatebot.com/diffs/npm/astro/4.12.3/4.16.1) | [](https://docs.renovatebot.com/merge-confidence/) |...