issues Search Results · repo:TanStack/query language:TypeScript
Filter by
2k results
(76 ms)2k results
inTanStack/query (press backspace or delete to remove)Describe the bug
When using useInfiniteQuery , setting enabled: false still triggers the API call, which is unexpected behaviour.
Steps to reproduce
Call an API using useInfiniteQuery and set enabled ...
jeo-sebastian
- Opened 1 hour ago
- #9274
Describe the bug
Although #9053 claims this issue was resolved, I believe it remains unresolved.
The mentioned PR #9042 in this issue is only a solution for TS resolve in a monorepo, but the problem ...
ss0526100
- Opened 4 hours ago
- #9272
Describe the bug
Cross post from an issue in react: https://github.com/facebook/react/issues/33503
Your minimal, reproducible example
codesandbox.io
Steps to reproduce
1. Open the app in a new tab ...
dkempner
- 1
- Opened yesterday
- #9268
Describe the bug
Hi, the guide query/docs/framework/react/guides/mutations.md is accidentally left incomplete I believe.
Your minimal, reproducible example
https://tanstack.com/query/latest/docs/framework/react/guides/mutations ...
baba-boota
- 1
- Opened 7 days ago
- #9255
Describe the bug
Hello, I m using query to fetch some data coming from the server using Vue, the code looks like this:
const { error, data, status } = useQuery({
queryKey: [ units , page],
queryFn: ...
package: vue-query
Tbaile
- 6
- Opened 9 days ago
- #9244
Describe the bug
The latest release for @tanstack/react-query v4 breaks the typing of query callback functions onSuccess and onSettled.
Instead of infering the typing from the queryFn result, the type ...
types
v4
cietho
- 2
- Opened 9 days ago
- #9240
Describe the bug
In vue query, after calling queryClient.clear all existing queries created with useQuery instance stop working.
An example where this is problematic: I have a query fetching information ...
package: vue-query
farmaazon
- 1
- Opened 9 days ago
- #9238
Describe the bug
bug
Your minimal, reproducible example
Stack
Steps to reproduce
bug
Expected behavior
find bug
How often does this bug happen?
None
Screenshots or Videos
No response
Platform ...
hiroshi960617
- 1
- Opened 10 days ago
- #9235
Describe the bug
// experimental_createQueryPersister
const restoredData = await retrieveQuery(
query.queryHash,
(persistedQuery) = {
query.setState({
dataUpdatedAt: ...
works as designed
Nick-Motion
- 5
- Opened 10 days ago
- #9233
Describe the bug
I encountered an error when using React Query prefetching in a Next.js app with the App Router. The official example
works with Next.js 15, but running the same example on Next.js 14 ...
jjmean2
- Opened 11 days ago
- #9232

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.
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.