remove defaultTheme from components #1371
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 1 warning
tests:
src/lib/components/card/Card.component.tsx#L12
Property 'rest' does not exist on type 'CardElementProps'.
|
tests:
src/lib/components/card/Card.component.tsx#L139
Type 'null' is not assignable to type '"healthy" | "warning" | "critical"'.
|
tests:
src/lib/components/card/Card.component.tsx#L140
Type 'null' is not assignable to type '(() => void) & MouseEventHandler<HTMLDivElement>'.
|
tests:
src/lib/components/card/Card.component.tsx#L157
Type 'true' is not assignable to type 'null'.
|
tests:
src/lib/components/card/Card.component.tsx#L158
No overload matches this call.
|
tests:
src/lib/components/card/Card.component.tsx#L158
This JSX tag's 'children' prop expects type 'never' which requires multiple children, but only a single child was provided.
|
tests:
src/lib/components/card/Card.component.tsx#L169
This condition will always return true since this function is always defined. Did you mean to call it instead?
|
tests:
src/lib/components/card/Card.component.tsx#L170
This condition will always return true since this function is always defined. Did you mean to call it instead?
|
tests:
src/lib/components/card/Card.component.tsx#L171
This condition will always return true since this function is always defined. Did you mean to call it instead?
|
tests:
src/lib/components/cloudprogressbar/CloudProgressBar.component.tsx#L65
No overload matches this call.
|
tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|