Skip to content

perf: general rendering performance improvements #13622

perf: general rendering performance improvements

perf: general rendering performance improvements #13622

Triggered via pull request July 25, 2023 11:06
Status Failure
Total duration 4m 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

bootstrap.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Call / Static: src/components/Modals/FeedbackSupport/FeedbackSupport.tsx#L48
Type '{ as: ComponentWithAs<"a", LinkProps>; isExternal: true; size: "sm"; href: string; label: any; leftIcon: Element; "data-test": string; }' is not assignable to type 'IntrinsicAttributes & { href?: string | undefined; label: string; children?: ReactNode; to?: LocationDescriptor<unknown> | ((location: Location<unknown>) => LocationDescriptor<...>) | undefined; isCompact?: boolean | undefined; isNew?: boolean | undefined; isActive?: boolean | undefined; } & ButtonProps'.
Call / Static: src/components/Modals/FeedbackSupport/FeedbackSupport.tsx#L60
Type '{ leftIcon: Element; as: ComponentWithAs<"a", LinkProps>; size: "sm"; label: any; isExternal: true; href: string; }' is not assignable to type 'IntrinsicAttributes & { href?: string | undefined; label: string; children?: ReactNode; to?: LocationDescriptor<unknown> | ((location: Location<unknown>) => LocationDescriptor<...>) | undefined; isCompact?: boolean | undefined; isNew?: boolean | undefined; isActive?: boolean | undefined; } & ButtonProps'.
Call / Static
Process completed with exit code 2.