Bump actions/setup-node from 3 to 4 #8
Annotations
11 errors
ʦ TypeScript:
app/components/Atoms/Chip/Chip.stories.tsx#L22
Type '{ path: string; element: JSX.Element; }' is not assignable to type 'StubRouteObject'.
|
ʦ 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/LinkMenu/LinkMenu.stories.tsx#L20
Type '{ path: string; element: JSX.Element; }' is not assignable to type 'StubRouteObject'.
|
ʦ 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'.
|
⚡ Vitest
Process completed with exit code 1.
|