Skip to content

fix: items render

fix: items render #211

Triggered via push November 13, 2024 13:36
Status Failure
Total duration 46s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
lint: frontend/antd/input/input.tsx#L58
Type 'boolean | { formatter: ((...args: any[]) => Element | null) | undefined; } | { formatter: (...args: any[]) => any; } | undefined' is not assignable to type 'boolean | { formatter: ShowCountFormatter; } | undefined'.
lint: frontend/antd/input/password/input.password.tsx#L69
Type 'boolean | { formatter: ((...args: any[]) => Element | null) | undefined; } | { formatter: (...args: any[]) => any; } | undefined' is not assignable to type 'boolean | { formatter: ShowCountFormatter; } | undefined'.
lint: frontend/antd/input/search/input.search.tsx#L58
Type 'boolean | { formatter: ((...args: any[]) => Element | null) | undefined; } | { formatter: (...args: any[]) => any; } | undefined' is not assignable to type 'boolean | { formatter: ShowCountFormatter; } | undefined'.
lint: frontend/antd/input/textarea/input.textarea.tsx#L50
Type 'boolean | { formatter: ((...args: any[]) => Element | null) | undefined; } | { formatter: (...args: any[]) => any; } | undefined' is not assignable to type 'boolean | { formatter: ShowCountFormatter; } | undefined'.
lint
Process completed with exit code 1.
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/