Skip to content

[BD-46] feat: defined types for Paragon exports #12623

[BD-46] feat: defined types for Paragon exports

[BD-46] feat: defined types for Paragon exports #12623

Triggered via pull request August 11, 2023 12:32
Status Failure
Total duration 3m 58s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
tests: src/ChipCarousel/index.tsx#L66
Type '{ children: Element; ariaLabel: string; hasInteractiveChildren: true; disableScroll: boolean; disableOpacityMasks: boolean | undefined; onScrollPrevious: (() => void) | undefined; onScrollNext: (() => void) | undefined; offset: string | number; offsetType: "fixed" | "percentage"; }' is not assignable to type 'IntrinsicAttributes & OverflowScrollProps & { children?: ReactNode; }'.
tests: src/ChipCarousel/index.tsx#L84
Type 'FC<IconProps>' is not assignable to type 'keyof IntrinsicElements | undefined'.
tests: src/ChipCarousel/index.tsx#L94
Type 'FC<IconProps>' is not assignable to type 'keyof IntrinsicElements | undefined'.
tests
Process completed with exit code 2.