chore(deps): bump the react-query group across 1 directory with 2 updates #4153
Annotations
10 errors
Typecheck
Property 'isLoading' does not exist on type 'UseMutationResult<UploadAssetMutationOutput, void, UploadAssetMutationInput, unknown>'.
|
Typecheck
Argument of type '{ getNextPageParam: (lastPage: { items: { type: "Page" | "Folder" | "Collection" | "CollectionLink" | "CollectionPage" | "IndexPage"; title: string; id: string; permalink: string; }[]; nextOffset: number; } | { ...; }) => number | null; }' is not assignable to parameter of type 'Omit<UseTRPCInfiniteQueryOptions<"resource.getChildrenOf", { siteId: string; resourceId: string | null; cursor?: number | undefined; limit?: number | undefined; }, { items: { type: "Page" | "Folder" | "Collection" | "CollectionLink" | "CollectionPage" | "IndexPage"; title: string; id: string; permalink: string; }[];...'.
|
Typecheck
Object literal may only specify known properties, and 'onSuccess' does not exist in type 'UseTRPCInfiniteQueryOptions<"resource.search", { siteId: string; cursor?: number | undefined; query?: string | undefined; limit?: number | undefined; }, { resources: SearchResultResource[]; totalCount: number | null; recentlyEdited: SearchResultResource[]; }, TRPCClientErrorLike<...>>'.
|
Typecheck
Property 'pages' does not exist on type '{ resources: SearchResultResource[]; totalCount: number | null; recentlyEdited: SearchResultResource[]; }'.
|
Typecheck
Parameter 'page' implicitly has an 'any' type.
|
Typecheck
Property 'pages' does not exist on type '{ resources: SearchResultResource[]; totalCount: number | null; recentlyEdited: SearchResultResource[]; }'.
|
Typecheck
Parameter 'acc' implicitly has an 'any' type.
|
Typecheck
Parameter 'page' implicitly has an 'any' type.
|
Typecheck
Property 'pages' does not exist on type '{ resources: SearchResultResource[]; totalCount: number | null; recentlyEdited: SearchResultResource[]; }'.
|
Typecheck
No overload matches this call.
|
Loading