Implement Multiprocesses components #176
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'.
|