Skip to content

BaseCard Component

BaseCard Component #43

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

typecheck.yaml

on: pull_request
Typecheck
31s
Typecheck
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Typecheck
Module '"*.vue"' has no exported member 'BaseBadgeProps'. Did you mean to use 'import BaseBadgeProps from "*.vue"' instead?
Typecheck
Argument of type '{ href: string | undefined; }' is not assignable to parameter of type 'AnchorHTMLAttributes & ReservedProps & Record<string, unknown>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
Typecheck
Argument of type '{ src: string | undefined; alt: string; loading: string; }' is not assignable to parameter of type 'ImgHTMLAttributes & ReservedProps & Record<string, unknown>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
Typecheck
Process completed with exit code 1.