Skip to content

Implement Multiprocesses components #176

Implement Multiprocesses components

Implement Multiprocesses components #176

Triggered via pull request November 12, 2024 12:03
Status Failure
Total duration 1m 15s
Artifacts

netlify.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build-stg: src/components/Process/Chained.tsx#L8
Module '"@vocdoni/chakra-components"' has no exported member 'RenderWith'.
build-stg: src/components/Process/Chained.tsx#L109
Type '{ children: Element[]; renderWith: RenderWith[]; confirmContents: (elections: PublishedElection, answers: FieldValues) => Element; }' is not assignable to type 'IntrinsicAttributes & QuestionsFormProviderProps & { children?: ReactNode; }'.
build-stg: src/components/Process/Chained.tsx#L110
Type '{ elections: PublishedElection; answers: FieldValues; }' is not assignable to type 'IntrinsicAttributes & QuestionsConfirmationProps'.
build-stg: src/components/Process/Chained.tsx#L125
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/SuccessVoteModal.tsx#L73
Property 'voted' does not exist on type 'QuestionsFormContextState'.
build-stg: src/components/Process/SuccessVoteModal.tsx#L73
Property 'elections' does not exist on type 'QuestionsFormContextState'.
build-stg: src/components/Process/SuccessVoteModal.tsx#L73
Property 'loaded' does not exist on type 'QuestionsFormContextState'.
build-stg: src/components/Process/SuccessVoteModal.tsx#L73
Property 'isAbleToVote' does not exist on type 'QuestionsFormContextState'.
build-stg: src/components/Process/VotingVoteModal.tsx#L29
Property 'voting' does not exist on type 'QuestionsFormContextState'.