fix(fields): fix pointer-events in Select #4537
Annotations
2 errors and 1 warning
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.
|
|
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/
|
This job failed
Loading