issues Search Results · repo:TanStack/query language:TypeScript
Filter by
2k results
(52 ms)2k results
inTanStack/query (press backspace or delete to remove)in this query hook stuck in fetching others query hooks works fine this situation only occurred when i have been update
the next js from 15.2.0 to 15.2.1 and above in next js 15.3.1 this this situation ...
mohammadshariat
- 1
- Opened 1 hour ago
- #9036
Describe the bug
After updating from v5.72.2 to v5.73.0 and higher, our options to the plug-in no longer compile.
const options: VueQueryPluginOptions = {
enableDevtoolsV6Plugin: true,
...
BryanHuntNV
- Opened 8 hours ago
- #9034
Describe the bug
When using queryClient.setQueryData inside an expression body arrow function (without curly braces), the updater
function s data parameter is incorrectly typed as unknown.
However, when ...
types
custardcream98
- Opened 2 days ago
- #9024
Describe the bug
useMutation does indicate a pending state and remains idle until the mutation concludes if triggered in a Component
constructor or ngOnInit lifecycle method, whereas triggering the mutation ...
ThiloAschebrock
- Opened 3 days ago
- #9020
Describe the bug
A user on discord noticed that the fallback never renders for this example:
https://tanstack.com/query/latest/docs/framework/react/examples/suspense
I believe this example is wrong. ...
mpiroc
- Opened 3 days ago
- #9019
Describe the bug
Indexing a query factory with a union type (UserType = company | club | player | supporter ) causes TypeScript type
mismatches in useQuery, ensureQueryData, getQueryData, and so on. The ...
onyedikachi23
- 1
- Opened 5 days ago
- #9009
Describe the bug
According to useSuspenseQuery s docs:
status is always success
But the type for status is error | success. It should be success only.
Your minimal, reproducible example
https://www.typescriptlang.org/play/?#code/JYWwDg9gTgLgBAbzgVwM4FMCKz1QJ4A0KGAymmOgHYba55wC+cAZlBCHAEQACMAhtX4BjANYB6KOj5CYAWgCOOfJwDcAKDVCIgxHFT8YaRnAC8xLErwAKJIroBpdHgBccANoBdInfwAxSq5WAJSmAHyITAxB6mJicPEJAHoA-BpaOkj6fIaoxmZo6GSoFNQWdDZwPniOLu5elZb+gSEm4QiR0WqxCUmpQA ...
works as designed
Gpx
- 3
- Opened 6 days ago
- #9001
Describe the bug
Resuming a mutation from the cache does not set isPaused to true.
I suspect that it could come from the this.#retryer?.continue() not being set yet -
https://github.com/TanStack/query/blob/main/packages/query-core/src/mutation.ts#L156 ...
bug
package: query-core
RaphaelGimenez
- 5
- Opened 6 days ago
- #8999
Describe the bug
The link text Important Defaults within the introductory paragraph of the React Caching guide page
(/docs/framework/react/guides/caching) incorrectly points to a relative path (important-defaults) ...
bipuladk60
- Opened 7 days ago
- #8994
Describe the bug
The type of context in the useMutation callbacks depends on the sorting of the options object.
Your minimal, reproducible example
https://codesandbox.io/p/devbox/usemutationcontext-qsnk89 ...
known limitation
types
alexw-at
- 4
- Opened 8 days ago
- #8988

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.