Skip to content

type: remove all ts warnings #122

type: remove all ts warnings

type: remove all ts warnings #122

Triggered via push November 10, 2024 18:10
Status Failure
Total duration 52s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 5 warnings
Release: packages/Grid/__tests__/Grid.test.tsx#L10
Property 'span' is missing in type '{ children: Element; }' but required in type 'BaseGridColProps'.
Release: packages/Grid/__tests__/Grid.test.tsx#L21
Property 'span' is missing in type '{ children: Element; className: string; }' but required in type 'BaseGridColProps'.
Release: packages/Grid/__tests__/Grid.test.tsx#L118
Property 'span' is missing in type '{ children: Element; }' but required in type 'BaseGridColProps'.
Release: packages/Grid/__tests__/Grid.test.tsx#L140
Property 'span' is missing in type '{ children: Element; }' but required in type 'BaseGridColProps'.
Release: packages/Grid/__tests__/Grid.test.tsx#L153
Property 'span' is missing in type '{ children: Element; }' but required in type 'BaseGridColProps'.
Release: packages/Grid/__tests__/Grid.test.tsx#L175
Property 'span' is missing in type '{ children: Element; }' but required in type 'BaseGridColProps'.
Release: packages/Grid/__tests__/Grid.test.tsx#L252
Property 'span' is missing in type '{ children: Element; offset: { xs: number; sm: number; md: number; lg: number; xl: number; xxl: number; }; }' but required in type 'BaseGridColProps'.
Release
Process completed with exit code 1.
Release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Release: packages/Checkbox/Checkbox.tsx#L47
Forbidden non-null assertion
Release: packages/Checkbox/Checkbox.tsx#L48
Forbidden non-null assertion
Release: packages/Checkbox/Checkbox.tsx#L49
Forbidden non-null assertion
Release: packages/Select/__tests__/Select.test.tsx#L1
'act' is defined but never used