Use semantic Text
component for component typography
#12
ci-lint.yml
on: pull_request
Lint & type check
1m 38s
Annotations
10 errors and 1 warning
Lint & type check
Property 'level' is missing in type '{ label: string; url: string; subNavigationItems: { url: string; disabled: false; label: string; }[]; }' but required in type 'ItemProps'.
|
Lint & type check
Property 'level' is missing in type '{ label: string; disabled: false; subNavigationItems: { url: string; disabled: false; label: string; }[]; }' but required in type 'ItemProps'.
|
Lint & type check
Property 'level' is missing in type '{ label: string; badge: string; }' but required in type 'ItemProps'.
|
Lint & type check
Property 'level' is missing in type '{ label: string; badge: Element; }' but required in type 'ItemProps'.
|
Lint & type check
Property 'level' is missing in type '{ label: string; badge: Element; new: true; }' but required in type 'ItemProps'.
|
Lint & type check
Property 'level' is missing in type '{ label: string; url: string; icon: FunctionComponent<SVGProps<SVGSVGElement>>; matchedItemIcon: FunctionComponent<SVGProps<SVGSVGElement>>; }' but required in type 'ItemProps'.
|
Lint & type check
Property 'level' is missing in type '{ label: string; url: string; icon: FunctionComponent<SVGProps<SVGSVGElement>>; matchedItemIcon: FunctionComponent<SVGProps<SVGSVGElement>>; subNavigationItems: { ...; }[]; }' but required in type 'ItemProps'.
|
Lint & type check
Property 'level' is missing in type '{ label: string; url: string; secondaryAction: { url: string; icon: FunctionComponent<SVGProps<SVGSVGElement>>; accessibilityLabel: string; }; }' but required in type 'ItemProps'.
|
Lint & type check
Property 'level' is missing in type '{ label: string; url: string; secondaryAction: { url: string; icon: FunctionComponent<SVGProps<SVGSVGElement>>; onClick: () => void; accessibilityLabel: string; }; }' but required in type 'ItemProps'.
|
Lint & type check
Property 'level' is missing in type '{ label: string; url: string; secondaryAction: { icon: FunctionComponent<SVGProps<SVGSVGElement>>; accessibilityLabel: string; }; }' but required in type 'ItemProps'.
|
Lint & type check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|