Skip to content

Add pagination support to usePromise, useCachedPromise and useFetch. #57

Add pagination support to usePromise, useCachedPromise and useFetch.

Add pagination support to usePromise, useCachedPromise and useFetch. #57

Triggered via pull request March 5, 2024 15:28
@sxnsxn
synchronize #25
pagination
Status Failure
Total duration 41s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 11 warnings
tests
Type '{ children: Element[]; isLoading: boolean; onSearchTextChange: Dispatch<SetStateAction<string>>; pagination: { pageSize: number; hasMore: boolean; onLoadMore: () => void; } | undefined; actions: Element; }' is not assignable to type 'IntrinsicAttributes & ListProps_2'.
tests
Type '{ children: Element[]; isLoading: boolean; pagination: { pageSize: number; hasMore: boolean; onLoadMore: () => void; } | undefined; onSearchTextChange: Dispatch<SetStateAction<string>>; }' is not assignable to type 'IntrinsicAttributes & ListProps_2'.
tests
Type '{ children: Element[] | undefined; isLoading: boolean; onSearchTextChange: Dispatch<SetStateAction<string>>; pagination: { pageSize: number; hasMore: boolean; onLoadMore: () => void; } | undefined; actions: Element; }' is not assignable to type 'IntrinsicAttributes & ListProps_2'.
tests
Process completed with exit code 1.
tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
tests: src/exec-utils.ts#L79
Unexpected any. Specify a different type
tests: src/exec-utils.ts#L117
Unexpected any. Specify a different type
tests: src/exec-utils.ts#L139
Unexpected any. Specify a different type
tests: src/exec-utils.ts#L153
Unexpected any. Specify a different type
tests: src/oauth/withAccessToken.tsx#L46
Unexpected any. Specify a different type
tests: src/oauth/withAccessToken.tsx#L75
Unexpected any. Specify a different type
tests: src/types.ts#L1
Unexpected any. Specify a different type
tests: src/types.ts#L5
Unexpected any. Specify a different type
tests: src/types.ts#L5
Unexpected any. Specify a different type
tests: src/types.ts#L5
Unexpected any. Specify a different type