Skip to content

Implement new pagination #246

Implement new pagination

Implement new pagination #246

Triggered via pull request July 26, 2024 10:37
Status Failure
Total duration 1m 4s
Artifacts

netlify.yml

on: pull_request
build-dev-explorer
48s
build-dev-explorer
build-stg-explorer
54s
build-stg-explorer
Fit to window
Zoom out
Zoom in

Annotations

20 errors
build-dev-explorer: src/components/Blocks/BlocksList.tsx#L96
Parameter 'block' implicitly has an 'any' type.
build-dev-explorer: src/components/Blocks/BlocksList.tsx#L96
Parameter 'i' implicitly has an 'any' type.
build-dev-explorer: src/components/Stats/LatestBlocks.tsx#L33
Parameter 'block' implicitly has an 'any' type.
build-dev-explorer: src/components/Stats/LatestBlocks.tsx#L33
Parameter 'i' implicitly has an 'any' type.
build-dev-explorer: src/queries/blocks.ts#L3
Module '"@vocdoni/extended-sdk"' has no exported member 'BlockListParametersWithPagination'.
build-dev-explorer: src/queries/blocks.ts#L4
Module '"@vocdoni/extended-sdk"' has no exported member 'BlockListResponseWithPagination'.
build-dev-explorer: src/queries/blocks.ts#L44
Argument of type '{ height: number; page: number; }' is not assignable to parameter of type 'number'.
build-dev-explorer: src/queries/organizations.ts#L24
Argument of type 'Partial<FetchOrganizationParametersWithPagination>' is not assignable to parameter of type 'number'.
build-dev-explorer: src/queries/organizations.ts#L90
Argument of type 'Omit<FetchFeesParametersWithPagination, "type" | "limit" | "reference">' is not assignable to parameter of type 'number'.
build-dev-explorer: src/queries/processes.ts#L60
Argument of type 'Omit<FetchVotesParametersWithPagination, "limit">' is not assignable to parameter of type 'string'.
build-stg-explorer: src/components/Blocks/BlocksList.tsx#L96
Parameter 'block' implicitly has an 'any' type.
build-stg-explorer: src/components/Blocks/BlocksList.tsx#L96
Parameter 'i' implicitly has an 'any' type.
build-stg-explorer: src/components/Stats/LatestBlocks.tsx#L33
Parameter 'block' implicitly has an 'any' type.
build-stg-explorer: src/components/Stats/LatestBlocks.tsx#L33
Parameter 'i' implicitly has an 'any' type.
build-stg-explorer: src/queries/blocks.ts#L3
Module '"@vocdoni/extended-sdk"' has no exported member 'BlockListParametersWithPagination'.
build-stg-explorer: src/queries/blocks.ts#L4
Module '"@vocdoni/extended-sdk"' has no exported member 'BlockListResponseWithPagination'.
build-stg-explorer: src/queries/blocks.ts#L44
Argument of type '{ height: number; page: number; }' is not assignable to parameter of type 'number'.
build-stg-explorer: src/queries/organizations.ts#L24
Argument of type 'Partial<FetchOrganizationParametersWithPagination>' is not assignable to parameter of type 'number'.
build-stg-explorer: src/queries/organizations.ts#L90
Argument of type 'Omit<FetchFeesParametersWithPagination, "type" | "limit" | "reference">' is not assignable to parameter of type 'number'.
build-stg-explorer: src/queries/processes.ts#L60
Argument of type 'Omit<FetchVotesParametersWithPagination, "limit">' is not assignable to parameter of type 'string'.