Skip to content

Update

Update #12

Re-run triggered August 29, 2023 18:42
Status Failure
Total duration 1m 23s
Artifacts

lint-typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Typecheck: src/components/cart/cart-sheet.tsx#L115
Type '{ children: string; href: string; "aria-label": string; className: string; }' is not assignable to type 'IntrinsicAttributes & InternalLinkProps'.
Typecheck: src/components/navbar/mobile/mobile-nav.tsx#L31
Type '{ children: string; key: string; className: string; href: Route<RouteInferType>; }' is not assignable to type 'IntrinsicAttributes & InternalLinkProps'.
Typecheck: src/components/navbar/mobile/mobile-nav.tsx#L44
Type '{ children: string; className: string; href: Route<RouteInferType>; }' is not assignable to type 'IntrinsicAttributes & InternalLinkProps'.
Typecheck: src/components/navbar/mobile/mobile-sheet-wrapper.tsx#L23
Type '{ children: Element[]; href: string; "aria-label": string; className: string; }' is not assignable to type 'IntrinsicAttributes & InternalLinkProps'.
Typecheck
Process completed with exit code 1.