Skip to content

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

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

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

Triggered via pull request August 18, 2023 09:57
Status Failure
Total duration 34m 6s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

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.