Skip to content

Commit

Permalink
chore(4407): recreate changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Rajchert committed Jan 30, 2025
1 parent ac85a12 commit 5d090de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
File renamed without changes.
1 change: 0 additions & 1 deletion packages/blitz-rpc/src/query/react-query/react-query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ export function useInfiniteQuery<
getQueryParams: (pageParam: any) => FirstParam<T>,
options: Omit<InfiniteQueryConfig<TResult, TError, TSelectedData>, "queryKey"> & QueryLazyOptions,
): [TSelectedData[] | undefined, RestInfiniteResult<TSelectedData, TError>]

export function useInfiniteQuery<
T extends AsyncFunc,
TResult = PromiseReturnType<T>,
Expand Down

0 comments on commit 5d090de

Please sign in to comment.