Implement Multiprocesses components #136
Annotations
7 errors
build-stg:
src/components/Process/Chained.tsx#L104
Type '{ children: Element[]; renderWith: RenderWith[]; }' is not assignable to type 'IntrinsicAttributes & QuestionsFormProviderProps & { children?: ReactNode; }'.
|
build-stg:
src/components/Process/Chained.tsx#L116
Type '{ elections: PublishedElection; answers: FieldValues; }' is not assignable to type 'IntrinsicAttributes & QuestionsConfirmationProps'.
|
build-stg:
src/components/Process/ConfirmVoteModal.tsx#L8
Property 'elections' does not exist on type 'QuestionsConfirmationProps'.
|
build-stg:
src/components/Process/ConfirmVoteModal.tsx#L20
Argument of type '({ election, voted, isAbleToVote }: { election: any; voted: any; isAbleToVote: any; }) => Element' is not assignable to parameter of type '(value: unknown, index: number, array: unknown[]) => Element'.
|
build-stg:
src/components/Process/ConfirmVoteModal.tsx#L34
Parameter 'q' implicitly has an 'any' type.
|
build-stg:
src/components/Process/ConfirmVoteModal.tsx#L34
Parameter 'i' implicitly has an 'any' type.
|
build-stg
Process completed with exit code 2.
|