Skip to content

minimal starter

minimal starter #2

Triggered via push September 21, 2023 12:48
Status Failure
Total duration 2m 13s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ʦ TypeScript: app/components/Atoms/Dropdown/Dropdown.stories.tsx#L30
Type '{ children: JSX.Element; }' is not assignable to type 'Partial<{ label: string; children: ReactNode; isClosed?: boolean | undefined; variant?: "light" | "dark" | undefined; hasSubMenuPanel?: boolean | undefined; additionalClasses?: string | undefined; icon?: ReactNode; smallSubMenuPanel: boolean; rightAlign?: boolean | undefined; }> & { ...; }'.
ʦ TypeScript: app/components/Atoms/Dropdown/Dropdown.stories.tsx#L49
Type '{ variant: "dark"; children: JSX.Element; }' is not assignable to type 'Partial<{ label: string; children: ReactNode; isClosed?: boolean | undefined; variant?: "light" | "dark" | undefined; hasSubMenuPanel?: boolean | undefined; additionalClasses?: string | undefined; icon?: ReactNode; smallSubMenuPanel: boolean; rightAlign?: boolean | undefined; }> & { ...; }'.
ʦ TypeScript: app/components/Atoms/Dropdown/Dropdown.stories.tsx#L62
Type '{ hasSubMenuPanel: true; children: JSX.Element; }' is not assignable to type 'Partial<{ label: string; children: ReactNode; isClosed?: boolean | undefined; variant?: "light" | "dark" | undefined; hasSubMenuPanel?: boolean | undefined; additionalClasses?: string | undefined; icon?: ReactNode; smallSubMenuPanel: boolean; rightAlign?: boolean | undefined; }> & { ...; }'.
ʦ TypeScript: app/components/Atoms/LinkUnderline/index.tsx#L1
Cannot find module './LinkBasic' or its corresponding type declarations.
ʦ TypeScript: app/components/Atoms/SurveyProductWrapper/SurveyProductWrapper.stories.tsx#L15
Type '{}' is not assignable to type 'StoryAnnotations<ReactRenderer, { productId: string; productImageUrl?: string | undefined; children: ReactNode; feedbackSurvey: any; onClose: Function; language: "en" | "it"; }, { ...; }>'.
ʦ TypeScript: app/components/Atoms/SurveyQuestionWrapper/SurveyQuestionWrapper.stories.tsx#L28
Type '{}' is not assignable to type 'StoryAnnotations<ReactRenderer, { title: string; info?: string | undefined; children: ReactNode; optional: boolean; compact?: boolean | undefined; error?: string | undefined; helpText?: string | undefined; }, { ...; }>'.
ʦ TypeScript: app/components/Atoms/SurveyStep/SurveyStep.stories.tsx#L13
Property 'fieldName' is missing in type '{ question: string; type: "multichoice"; optional: false; checkboxes: { label: string; optionId: string; group: string; value: false; }[]; }' but required in type 'ISurveyQuestionEnriched'.
ʦ TypeScript: app/components/Atoms/SurveyStep/SurveyStep.stories.tsx#L23
Property 'fieldName' is missing in type '{ question: string; type: "text"; optional: false; }' but required in type 'ISurveyQuestionEnriched'.
ʦ TypeScript: app/components/Atoms/SurveyStep/SurveyStep.stories.tsx#L28
Property 'fieldName' is missing in type '{ question: string; type: "singlechoice"; optional: false; radios: { label: string; optionId: string; group: string; value: false; }[]; }' but required in type 'ISurveyQuestionEnriched'.
ʦ TypeScript: app/components/Atoms/SurveyStep/SurveyStep.stories.tsx#L38
Property 'fieldName' is missing in type '{ question: string; type: "range"; optional: false; range: { min: number; max: number; }; }' but required in type 'ISurveyQuestionEnriched'.