perf: general rendering performance improvements #13622
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
bootstrap.yml
on: pull_request
Install and Cache
46s
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.
|