Skip to content

Use nlBE

Use nlBE #5081

Triggered via push November 5, 2024 09:49
Status Failure
Total duration 1m 22s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
types: src/pages/beta-version.page.tsx#L114
Type '{ children: Element[]; onClick: () => void; minHeight: (props?: ThemeProps<{ readonly colors: { readonly udbRed: "#c0120c"; readonly udbMainBlue: "#009FDF"; readonly udbMainDarkBlue: "#0083B8"; readonly udbMainDarkestBlue: "#005C7C"; ... 33 more ...; readonly danger: "#DD5242"; }; readonly breakpoints: { ...; }; rea...' is missing the following properties from type '{ active: boolean; icon?: Element; text: ReactNode; disabled?: boolean; }': active, text
types: src/pages/beta-version.page.tsx#L140
Type '{ children: Element[]; onClick: () => void; minHeight: (props?: ThemeProps<{ readonly colors: { readonly udbRed: "#c0120c"; readonly udbMainBlue: "#009FDF"; readonly udbMainDarkBlue: "#0083B8"; readonly udbMainDarkestBlue: "#005C7C"; ... 33 more ...; readonly danger: "#DD5242"; }; readonly breakpoints: { ...; }; rea...' is missing the following properties from type '{ active: boolean; icon?: Element; text: ReactNode; disabled?: boolean; }': active, text
types: src/pages/dashboard/index.page.tsx#L463
Property 'limitPages' is missing in type '{ currentPage: any; totalItems: any; perPage: number; onChangePage: any; }' but required in type '{ currentPage: number; totalItems: number; perPage: number; limitPages: number; onChangePage?: (newValue: number) => void; }'.
types: src/pages/steps/LocationStep.tsx#L630
Property 'terms' is missing in type '{ onChange: (((event: ChangeEvent<HTMLInputElement | HTMLTextAreaElement>) => void) | ((value: Date) => void) | ((value: unknown) => void)) & ((value: any) => void); ... 24 more ...; placeholderLabel: (t: TFunction) => string; }' but required in type '{ terms: Values<{ readonly Tentoonstelling: "0.0.0.0.0"; readonly Opendeurdag: "0.12.0.0.0"; readonly Monument: "0.14.0.0.0"; readonly 'Natuurgebied of park': "0.15.0.0.0"; readonly 'Park of tuin': "0.16.0.0.0"; ... 35 more ...; readonly Discotheek: "YVBc8KVdrU6XfTNvhMYUpg"; }>[]; municipality?: City; country?: Coun...'.
types: src/ui/Box.tsx#L15
'"react-datepicker"' has no exported member named 'ReactDatePickerProps'. Did you mean 'DatePickerProps'?
types: src/ui/Select.tsx#L32
Type 'string' is not assignable to type '"sm" | "lg"'.
types
Process completed with exit code 2.