Implement new pagination #246
netlify.yml
on: pull_request
build-dev-explorer
48s
build-stg-explorer
54s
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'.
|