-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Insights: TanStack/query
Overview
Could not load contribution data
Please try again later
14 Releases published by 1 person
-
v5.67.0
published
Mar 3, 2025 -
v5.67.1
published
Mar 3, 2025 -
v5.67.2
published
Mar 7, 2025 -
v5.67.3
published
Mar 11, 2025 -
v5.68.0
published
Mar 14, 2025 -
v5.68.1
published
Mar 17, 2025 -
v5.69.0
published
Mar 18, 2025 -
v5.69.1
published
Mar 22, 2025 -
v5.69.2
published
Mar 28, 2025 -
v5.69.3
published
Mar 28, 2025 -
v5.70.0
published
Mar 28, 2025 -
v5.71.0
published
Mar 30, 2025 -
v5.71.1
published
Mar 31, 2025 -
v5.71.2
published
Apr 1, 2025
83 Pull requests merged by 33 people
-
add workspace packages to pnpm overrides
#8930 merged
Apr 1, 2025 -
update rooks in react-router example
#8929 merged
Apr 1, 2025 -
test(query-core): resolve ESLint typescript-eslint/require-await warnings for mutations.test.tsx
#8900 merged
Apr 1, 2025 -
test(query-core) resolve ESLint typescript-eslint/require-await warnings for devtools.test.tsx
#8917 merged
Apr 1, 2025 -
test(react-query): resolve ESLint typescript-eslint/require-await warnings for useMutation.test.tsx
#8903 merged
Apr 1, 2025 -
test(react-query): resolve ESLint typescript-eslint/require-await warnings for useQuery.test.tsx
#8902 merged
Apr 1, 2025 -
test(query-core): resolve ESLint typescript-eslint/require-await warnings for queryClient.test.tsx
#8901 merged
Apr 1, 2025 -
test(query-core) resolve ESLint typescript-eslint/require-await warnings for mutationCache.test.tsx
#8899 merged
Apr 1, 2025 -
update vue-tsc
#8926 merged
Apr 1, 2025 -
cleanup devDeps tsup, typescript, @microsoft/api-extractor
#8924 merged
Apr 1, 2025 -
docs(react-guides): fixed link typo
#8923 merged
Apr 1, 2025 -
fix(solid-query,query-devtools): bump solid (1.9.5) and vite-plugin-solid (2.11.6)
#8922 merged
Apr 1, 2025 -
bump pnpm to 10.7
#8920 merged
Apr 1, 2025 -
chore(deps): update dependency vite to v5.4.16 [security]
#8910 merged
Mar 31, 2025 -
docs(react-reference): fixed cancellation typo
#8883 merged
Mar 31, 2025 -
docs(react-guides): fixed cancellation typo
#8882 merged
Mar 31, 2025 -
docs(react-guides): fixed cancelMutations typo
#8881 merged
Mar 31, 2025 -
Fix: Prevent redundant function call error
#8877 merged
Mar 31, 2025 -
test(react-query): fix async to promise to match TypeScript requirements in useSuspenseQueries.test.tsx
#8889 merged
Mar 31, 2025 -
test(react-query): fix async to promise to match TypeScript requirements in ssr.test.tsx
#8885 merged
Mar 31, 2025 -
test(react-query): use fake timers for useQuery.promise.test.tsx
#8890 merged
Mar 30, 2025 -
docs(react-community): fixed typescript typo
#8879 merged
Mar 30, 2025 -
Revert "feat(eslint-plugin): no void
queryFn
"#8880 merged
Mar 30, 2025 -
feat(eslint-plugin): no void
queryFn
#8878 merged
Mar 30, 2025 -
test(query-core): fix mutationFn to use Promise.resolve to match TypeScript requirements
#8875 merged
Mar 30, 2025 -
docs(queryClient): JSDoc hint for queryClient.getQueryData
#8862 merged
Mar 28, 2025 -
feat: export defaultScheduleFn
#8872 merged
Mar 28, 2025 -
test(react-query): use fake timer for HydrationBoundary.test.tsx
#8774 merged
Mar 28, 2025 -
fix(react-query-persist-client): remove unnecessary props spreading
#8778 merged
Mar 28, 2025 -
fix(core): make sure that calling setOptions will always notifyListeners
#8771 merged
Mar 28, 2025 -
Update overview.md
#8859 merged
Mar 27, 2025 -
docs: Add Connect RPC to the list of community projects
#8850 merged
Mar 26, 2025 -
fix(examples, docs): ignored promise from invalidate queries
#8847 merged
Mar 26, 2025 -
chore(deps): update dependency vite to v5.4.15 [security]
#8856 merged
Mar 25, 2025 -
docs: fix internal link
#8855 merged
Mar 25, 2025 -
fix(angular-query): forward queryFn errors to the NgZone
#8842 merged
Mar 22, 2025 -
feat(core): streamedQuery
#8814 merged
Mar 18, 2025 -
docs: Fix broken link some example path
#8813 merged
Mar 17, 2025 -
test(query-core): use fake timers for focusManager.test.tsx
#8809 merged
Mar 17, 2025 -
test(query-core): use fake timers for mutationCache.test.tsx
#8807 merged
Mar 17, 2025 -
test(query-core): use fake timers for mutations.test.tsx
#8806 merged
Mar 17, 2025 -
test(query-core): use fake timers for mutationObserver.test.tsx
#8805 merged
Mar 17, 2025 -
fix(angular-query): do not run callbacks in injection context
#8817 merged
Mar 17, 2025 -
feat(eslint-plugin-query): enhance no-rest-destructuring rule to detect spread operations
#8802 merged
Mar 14, 2025 -
docs: Fix broken links in query-options.md
#8800 merged
Mar 13, 2025 -
Fix broken links on ssr.md
#8792 merged
Mar 13, 2025 -
refactor: Remove unnecessary async keywords
#8784 merged
Mar 12, 2025 -
test(query-core): add hashQueryKeyByOptions test code
#8736 merged
Mar 11, 2025 -
test(query-core): use fake timers for infiniteQueryObserver.test.tsx
#8775 merged
Mar 11, 2025 -
test(query-core): use fake timers for queryCache.test.tsx
#8779 merged
Mar 11, 2025 -
refactor: restore missing readonly
#8783 merged
Mar 11, 2025 -
docs(angular-query): Angular examples improvements
#8782 merged
Mar 9, 2025 -
test(query-core): use fake timer for notifyManager.test.tsx
#8773 merged
Mar 8, 2025 -
docs(react-query): fix incorrect link in documentation
#8699 merged
Mar 8, 2025 -
test(query-core): use fake timers for query.test.tsx
#8727 merged
Mar 8, 2025 -
test(query-core): add test case for queryClient.isMutating
#8726 merged
Mar 8, 2025 -
test(react-query): add test case for useQuery
#8729 merged
Mar 8, 2025 -
Fix community resource links in important Defaults page.
#8697 merged
Mar 8, 2025 -
Fix 404 link for Query Keys in useQuery.md
#8769 merged
Mar 7, 2025 -
Fix broken links in SSR documentation
#8770 merged
Mar 7, 2025 -
docs(svelte-query): add the devtools page to the svelte-query docs
#8149 merged
Mar 7, 2025 -
fix(svelte-query): update peer deps to stable v5 version
#8359 merged
Mar 7, 2025 -
chore(deps): update dependency vitest to v2.1.9 [security]
#8605 merged
Mar 7, 2025 -
chore: sync CONTRIBUTING.md between projects
#8767 merged
Mar 7, 2025 -
docs: fix relative links in Advanced Server Rendering guide
#8765 merged
Mar 7, 2025 -
docs(react-query): fix broken links in QueryClient docs
#8748 merged
Mar 7, 2025 -
fix(docs): fix Advanced Server Rendering guide link
#8762 merged
Mar 7, 2025 -
fix(docs): update links to ESLint rules
#8758 merged
Mar 7, 2025 -
chore(deps): update autofix-ci/action digest to 551dded
#8549 merged
Mar 4, 2025 -
Feature/ts 5.8
#8740 merged
Mar 4, 2025 -
refactor(query-core): improve type safety and performance in
getMutationDefaults
#8669 merged
Mar 3, 2025 -
feat: typed query filters
#8670 merged
Mar 3, 2025 -
test(query-core): add hashKey test code
#8735 merged
Mar 3, 2025
17 Pull requests opened by 16 people
-
feat(react-query): Add `usePrefetchQueries` hook
#8734 opened
Mar 2, 2025 -
feat(query-core): make `MutateFunction` optional undefinable-variables
#8737 opened
Mar 3, 2025 -
feat(v4): backport some v5 apis to v4 branch
#8754 opened
Mar 4, 2025 -
feat(react-query): add pause provider
#8756 opened
Mar 5, 2025 -
refactor(angular-query): change query functions to accept an options object instead of an injector
#8776 opened
Mar 8, 2025 -
Angular stable release - WIP
#8780 opened
Mar 9, 2025 -
chore(deps): update dependency next to v15.2.3 [security]
#8844 opened
Mar 21, 2025 -
🏝️ TanStack Query DevTools for Expo/React Native! 🚀
#8846 opened
Mar 23, 2025 -
feat: Svelte 5 API proposal
#8852 opened
Mar 25, 2025 -
Update createPersister.md with info about cache mutations
#8893 opened
Mar 31, 2025 -
update to vite 6
#8896 opened
Mar 31, 2025 -
feat(eslint-plugin): no void queryFn
#8925 opened
Apr 1, 2025 -
docs(react-guides, reference): fixed typo
#8932 opened
Apr 1, 2025 -
fix(query-core): Rename defaultshouldRedactErrors to defaultShouldRedactErrors
#8933 opened
Apr 1, 2025 -
✏️ Fix typo in `docs/framework/react/overview.md`, "React Query" to "TanStack Query" for consistency
#8934 opened
Apr 1, 2025 -
fix(paths): use customConditions to define internal imports
#8935 opened
Apr 2, 2025
31 Issues closed by 4 people
-
Infinite loop when used with Emotion and complex query object
#8897 closed
Mar 31, 2025 -
[query-core] Redundant function call in query-core util replaceData
#8876 closed
Mar 31, 2025 -
Why does the enabled parameter in useQuery only accept "false"? (Why do "falsy" values pass through?)
#8884 closed
Mar 31, 2025 -
Incorrect type for `getNextPageParam` in react-query's `prefetchInfiniteQuery`
#8868 closed
Mar 28, 2025 -
Doc links broken on react mutation pages
#8793 closed
Mar 28, 2025 -
data is undefined when using refetch with enabled=false
#8861 closed
Mar 28, 2025 -
React Query - Missing fetchStatus changes for disabled queries with dynamic keys
#8741 closed
Mar 28, 2025 -
`streamedQuery` does not work with `useInfiniteQuery`
#8866 closed
Mar 27, 2025 -
createSyncStoragePersister crashes app in iPad with cookies disabled
#8860 closed
Mar 27, 2025 -
nextjs server compoent prefetch query with useSuspenseQuery call api multiple times
#8845 closed
Mar 26, 2025 -
Doc links broken on Caching Examples page
#8854 closed
Mar 25, 2025 -
docs: ensure `waitFor` example produces the expected result
#8836 closed
Mar 24, 2025 -
Angular: caught errors in the queryFn do not run in the zone
#8839 closed
Mar 22, 2025 -
[DOCS] Diff newlines in v5 migration messed up
#8831 closed
Mar 19, 2025 -
setState after awaited invalidation will sometimes render new state with previous query data
#8815 closed
Mar 17, 2025 -
prefetchQuery query refetch on every page navigation in Nextjs SSR
#8810 closed
Mar 17, 2025 -
Angular: make a decision on what needs to run in the injection context
#8714 closed
Mar 17, 2025 -
Angular: stuck on setQueryData when unset
#8811 closed
Mar 16, 2025 -
@tanstack/eslint-plugin-query@4 incompatible with ESLint v9
#8681 closed
Mar 15, 2025 -
[lint]: no-rest-destructuring only reports on inline destructuring
#8747 closed
Mar 14, 2025 -
Doc link broken on the SSR Guide
#8798 closed
Mar 13, 2025 -
`isPending` returning from combine function is delayed when `useQueries` is derived from `useQuery`
#8797 closed
Mar 13, 2025 -
Angular: remove deprecated APIs
#8712 closed
Mar 9, 2025 -
Angular: update documentation to reflect stable release
#8706 closed
Mar 9, 2025 -
[docs] Links to other guides (and other pages) are broken
#8739 closed
Mar 7, 2025 -
TVariables default Type
#8751 closed
Mar 4, 2025 -
Dangerous missing type validation on invalidateQueries queryKey
#8684 closed
Mar 3, 2025
11 Issues opened by 10 people
-
[Solid-query] reconcile called multiple times on every request
#8873 opened
Mar 28, 2025 -
build output not written to the correct folder
#8865 opened
Mar 27, 2025 -
when using preload in solidstart, the query runs again on the client
#8840 opened
Mar 20, 2025 -
Inferred type references an inaccessible unique symbol type after updating from 5.61.5 to 5.62.0
#8833 opened
Mar 19, 2025 -
queryFn erroneously called in useSuspenseQuery dependent on serial prefetch
#8828 opened
Mar 18, 2025 -
Next.js: exception encountered in prefetchInfiniteQuery causes useSuspenseInfiniteQuery to fail
#8825 opened
Mar 17, 2025 -
Angular: `withDevtools` option `loadDevtools` no longer supports reactive context
#8824 opened
Mar 17, 2025 -
`combine` stable reference is not called with correct parameters
#8781 opened
Mar 9, 2025 -
Mutation status incorrect after navigation in SvelteKit
#8772 opened
Mar 8, 2025 -
invalidateQueries predicate option: queryKey property is typed too strictly
#8768 opened
Mar 7, 2025
45 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Angular persist query client experimental
#8324 commented on
Mar 12, 2025 • 1 new comment -
Tanstack Query for Svelte 5 does not rerender when adding a dependency variable
#7227 commented on
Mar 7, 2025 • 0 new comments -
[vue-query] useInfiniteQuery does not fetch data on the server?
#8155 commented on
Mar 31, 2025 • 0 new comments -
`prefetchInRender` causes infinite render loop with deferred value if a promise rejects
#8249 commented on
Mar 31, 2025 • 0 new comments -
`invalidateQueries` inconsistently cancels `fetchQuery`
#8060 commented on
Mar 31, 2025 • 0 new comments -
Type error when using experimental_createPersister with a queryFn that has an argument
#7842 commented on
Mar 31, 2025 • 0 new comments -
`TData` generic can be inferred or specified incorrectly, causing unexpected runtime errors.
#8639 commented on
Mar 31, 2025 • 0 new comments -
the `coverage` in `vite.config.ts` causes unbound breakpoints when debugging internal packages
#7757 commented on
Mar 31, 2025 • 0 new comments -
JSDoc return type inference broken for useQuery/createQuery, but not for useMutation/createMutation
#7668 commented on
Mar 31, 2025 • 0 new comments -
useQuery() hook vulnerable to type errors
#7530 commented on
Mar 31, 2025 • 0 new comments -
docs: make the incompatibility of `skipToken` and `refetch` more detailed
#7599 commented on
Mar 31, 2025 • 0 new comments -
experimental_createPersister is not cleaning up after itself
#7049 commented on
Mar 31, 2025 • 0 new comments -
Type checking `select` works differently on `useQueries` compared to `useQuery`
#6556 commented on
Mar 31, 2025 • 0 new comments -
Hydration error thrown when using `PersistQueryClientProvider` and `Suspense`
#6472 commented on
Mar 31, 2025 • 0 new comments -
useSyncExternalStore should have a correct/frozen getServerSnapshot
#4690 commented on
Mar 31, 2025 • 0 new comments -
Query keys with object property set to undefined are not considered equal to missing property during invalidation
#3741 commented on
Mar 31, 2025 • 0 new comments -
Errored queries caught by ErrorBoundary are not retried on mount
#2712 commented on
Mar 31, 2025 • 0 new comments -
Dependency Dashboard
#7814 commented on
Apr 1, 2025 • 0 new comments -
chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0
#8602 commented on
Mar 7, 2025 • 0 new comments -
feat: imperative infinite queries
#8648 commented on
Mar 12, 2025 • 0 new comments -
[WIP] Angular injectQueries fixes
#8690 commented on
Mar 8, 2025 • 0 new comments -
chore(react-query): isRestoring -> IsRestoreProvider like QueryClientProvider
#8717 commented on
Mar 28, 2025 • 0 new comments -
test(react-query): add test case for useSuspenseQuery
#8731 commented on
Mar 29, 2025 • 0 new comments -
Angular: injector parameter needs to be made consistent between all functions
#8711 commented on
Mar 8, 2025 • 0 new comments -
eslint-plugin-query: exhaustive-deps error not triggered when dependency is nested inside then/catch
#6853 commented on
Mar 11, 2025 • 0 new comments -
Stable release of `@tanstack/angular-query` and `@tanstack/angular-query-devtools` packages
#8703 commented on
Mar 17, 2025 • 0 new comments -
broadcastClient: removing query from one tab removes it from all tabs, even if others still have observers
#7487 commented on
Mar 18, 2025 • 0 new comments -
Maximum update depth exceeded
#8677 commented on
Mar 28, 2025 • 0 new comments -
`setQueryData()` should be persisted too, right?
#6310 commented on
Mar 31, 2025 • 0 new comments -
Solid: Cannot access 'refetch' before initialization
#7305 commented on
Mar 31, 2025 • 0 new comments -
Solid Query is mixing up queries during SSR
#7289 commented on
Mar 31, 2025 • 0 new comments -
solid-query parallel mutation onSuccess invalidate issue
#8140 commented on
Mar 31, 2025 • 0 new comments -
Bug: Dependent Query doesn't work with solid-js SSR
#7513 commented on
Mar 31, 2025 • 0 new comments -
[solid-query] Uncaught (in promise) Error: experimental_prefetchInRender feature flag is not enabled
#8209 commented on
Mar 31, 2025 • 0 new comments -
Solid-Query: Error isn't being set when fetching via SSR
#8300 commented on
Mar 31, 2025 • 0 new comments -
[solid-query] Dependent queries throw `client() is undefined` error
#8469 commented on
Mar 31, 2025 • 0 new comments -
[solid-query] Queries with `isInvalidated: true` won't get refetched on mount
#8554 commented on
Mar 31, 2025 • 0 new comments -
Devtools + async persistence + custom queryKeyHashFn doesn't work
#6958 commented on
Mar 31, 2025 • 0 new comments -
Angular: framework version support policy
#8707 commented on
Mar 31, 2025 • 0 new comments -
useQueries have quadratic performance in relation to the number of queries
#8604 commented on
Mar 31, 2025 • 0 new comments -
invalidateQueries not invalidating outgoing first request
#8530 commented on
Mar 31, 2025 • 0 new comments -
Enabling a disabled query does not unsuspend
#8499 commented on
Mar 31, 2025 • 0 new comments -
`onMutate` never actually runs synchronously
#8724 commented on
Mar 31, 2025 • 0 new comments -
TypeScript errors when using exported queryOptions factory in @tanstack/react-query 5.62.8
#8453 commented on
Mar 31, 2025 • 0 new comments -
Polling Stops with refetchIntervalInBackground and Retry When Tab Is Inactive
#8353 commented on
Mar 31, 2025 • 0 new comments