Skip to content

463 feat make filestatus component #349

463 feat make filestatus component

463 feat make filestatus component #349

Triggered via pull request September 11, 2024 21:32
Status Failure
Total duration 1m 38s
Artifacts

linting.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
TS valid: docs/panda.config.ts#L5
Expression produces a union type that is too complex to represent.
TS valid: docs/panda.config.ts#L15
Type 'Preset' is not assignable to type 'string | Preset | Promise<Preset>'.
TS valid: packages/styled-system/panda.config.ts#L13
Type 'Preset' is not assignable to type 'string | Preset | Promise<Preset>'.
TS valid: tests/react/components/fileStatus.test.tsx#L12
Property 'onClick' is missing in type '{ file: string; now: number; status: processStatus.TODO; }' but required in type 'FileBaseStatusProps'.
TS valid: tests/react/components/fileStatus.test.tsx#L19
Property 'onClick' is missing in type '{ file: string; now: number; status: processStatus.PROCESSING; }' but required in type 'FileBaseStatusProps'.
TS valid: tests/react/components/fileStatus.test.tsx#L26
Property 'onClick' is missing in type '{ file: string; now: number; status: processStatus.DONE; }' but required in type 'FileBaseStatusProps'.
TS valid: tests/react/components/fileStatus.test.tsx#L32
Property 'onClick' is missing in type '{ file: string; now: number; status: processStatus.ERROR; }' but required in type 'FileBaseStatusProps'.
TS valid
Process completed with exit code 2.