Implement Organization detail #44
netlify.yml
on: pull_request
build-dev-explorer
12s
build-stg-explorer
16s
Annotations
6 errors
build-dev-explorer:
src/components/Process/Card.tsx#L34
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/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#L34
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/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.
|