fix(fl_query_hooks): newest query/mutation/infinite-query instance not getting returned
This commit is contained in:
@@ -129,5 +129,5 @@ InfiniteQuery<T, Outside, PageParam>
|
||||
return null;
|
||||
});
|
||||
|
||||
return infiniteQuery.value;
|
||||
return queryBowl.getInfiniteQuery(job.queryKey) ?? infiniteQuery.value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user