fix(deps): update dependency @tanstack/react-query to v5 #4518
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
Test:
src/pages/Details.tsx#L17
No overload matches this call.
|
Test:
src/pages/Details.tsx#L22
'data' is of type 'unknown'.
|
Test:
src/pages/Details.tsx#L23
Parameter 'f' implicitly has an 'any' type.
|
Test:
src/pages/Details.tsx#L79
Binding element 'name' implicitly has an 'any' type.
|
Test:
src/pages/Details.tsx#L79
Binding element 'value' implicitly has an 'any' type.
|
Test:
src/pages/Gallery.tsx#L9
No overload matches this call.
|
Test:
src/pages/Gallery.tsx#L18
'data' is of type 'unknown'.
|
Test:
src/pages/Gallery.tsx#L18
Parameter 'fruit' implicitly has an 'any' type.
|
Test:
src/pages/Gallery.tsx#L18
Parameter 'index' implicitly has an 'any' type.
|
Test:
src/testUtils.tsx#L10
Type '{ retry: false; cacheTime: number; }' is not assignable to type 'Omit<QueryObserverOptions<unknown, Error, unknown, unknown, QueryKey, never>, "suspense">'.
|