Implement elections list #41
netlify.yml
on: pull_request
build-dev-explorer
12s
build-stg-explorer
12s
Annotations
8 errors
build-dev-explorer:
src/components/Process/Card.tsx#L30
Type '{ showRemaining: true; fontWeight: "normal"; fontSize: "sm"; textAlign: "start"; fontStyle: "normal"; }' is not assignable to type 'IntrinsicAttributes & Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, keyof HeadingProps | "format"> & { ...; } & HeadingProps & { ...; } & { ...; }'.
|
build-dev-explorer:
src/components/Process/ProcessList.tsx#L14
Cannot find module '~utils/obects' or its corresponding type declarations.
|
build-dev-explorer:
src/queries/processes.ts#L18
Argument of type '{ organizationId?: string | undefined; electionId?: string | undefined; withResults?: boolean | undefined; status?: ElectionStatus.PROCESS_UNKNOWN | ElectionStatus.ENDED | ... 4 more ... | undefined; }' is not assignable to parameter of type 'string'.
|
build-dev-explorer
Process completed with exit code 2.
|
build-stg-explorer:
src/components/Process/Card.tsx#L30
Type '{ showRemaining: true; fontWeight: "normal"; fontSize: "sm"; textAlign: "start"; fontStyle: "normal"; }' is not assignable to type 'IntrinsicAttributes & Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, keyof HeadingProps | "format"> & { ...; } & HeadingProps & { ...; } & { ...; }'.
|
build-stg-explorer:
src/components/Process/ProcessList.tsx#L14
Cannot find module '~utils/obects' or its corresponding type declarations.
|
build-stg-explorer:
src/queries/processes.ts#L18
Argument of type '{ organizationId?: string | undefined; electionId?: string | undefined; withResults?: boolean | undefined; status?: ElectionStatus.PROCESS_UNKNOWN | ElectionStatus.ENDED | ... 4 more ... | undefined; }' is not assignable to parameter of type 'string'.
|
build-stg-explorer
Process completed with exit code 2.
|