Skip to content

buildIn: Chip

buildIn: Chip #82

Triggered via push December 14, 2023 16:03
Status Failure
Total duration 2m 15s
Artifacts

main.yml

on: push
lint-and-format
2m 3s
lint-and-format
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint-and-format: lib/index.ts#L95
Cannot find module '@/components/organisms/FancyChip/FancyChip' or its corresponding type declarations.
lint-and-format: src/components/organisms/FancyChipList/FancyChipList.tsx#L65
Type '{ children: Element[]; key: number; contentEditable: boolean; tabIndex: number; layer: TLayer; onDelete: () => void; outlined: boolean | undefined; onFocus: () => void; onClick: () => (e: MouseEvent<...>) => void; onKeyDown: (e: KeyboardEvent<...>) => void; }' is not assignable to type 'IntrinsicAttributes & IChipProps & IFancyPill & Omit<HTMLAttributes<"div">, "style">'.
lint-and-format: src/components/organisms/FancyChipList/FancyChipList.tsx#L71
Property 'Img' does not exist on type '(props: TChipProps) => Element'.
lint-and-format: src/components/organisms/FancyChipList/FancyChipList.tsx#L73
Property 'Content' does not exist on type '(props: TChipProps) => Element'.
lint-and-format: src/components/organisms/FancyChipList/FancyChipList.tsx#L74
Property 'Content' does not exist on type '(props: TChipProps) => Element'.
lint-and-format: src/components/organisms/FancyChipList/FancyChipList.tsx#L76
Property 'Content' does not exist on type '(props: TChipProps) => Element'.
lint-and-format: src/components/organisms/FancyChipList/FancyChipList.tsx#L77
Property 'Content' does not exist on type '(props: TChipProps) => Element'.
lint-and-format: src/components/organisms/FancyChipList/FancyChipList.tsx#L78
Property 'DeleteButton' does not exist on type '(props: TChipProps) => Element'.
lint-and-format
Process completed with exit code 2.
lint-and-format
Process completed with exit code 1.
lint-and-format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/