Skip to content

fix(fields): fix pointer-events in Select #4537

fix(fields): fix pointer-events in Select

fix(fields): fix pointer-events in Select #4537

Triggered via pull request September 25, 2024 15:52
Status Failure
Total duration 1m 25s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
Type: src/fields/Select.tsx#L189
Type '{ sort?: (isGroup: boolean) => (a: any, b: any) => number; name: string; block?: boolean; children?: ReactNode; onFocus?: FocusEventHandler<any>; onBlur?: FocusEventHandler<any>; ... 50 more ...; value: string | null; }' is not assignable to type 'SelectPickerProps<string>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
Type
Process completed with exit code 2.
Unit Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Type
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/