chore(deps): bump rc-table from 7.37.0 to 7.45.5 #347
Annotations
10 errors and 1 warning
lint:
components/_util/type.ts#L28
Type 'RefAttributes<RefType>' does not satisfy the constraint '{ ref?: Ref<any> | undefined; }'.
|
lint:
components/radio/__tests__/group.test.tsx#L11
Type '{ children: Element[]; defaultValue?: any; value?: any; onChange?: ((e: RadioChangeEvent) => void) | undefined; size?: SizeType; disabled?: DisabledType; ... 14 more ...; key?: Key | ... 1 more ... | undefined; }' is not assignable to type '{ ref?: ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | undefined; }'.
|
lint:
components/radio/__tests__/group.test.tsx#L25
Type '{ options: { label: string; value: string; }[]; defaultValue?: any; value?: any; onChange?: ((e: RadioChangeEvent) => void) | undefined; size?: SizeType; disabled?: DisabledType; ... 14 more ...; key?: Key | ... 1 more ... | undefined; }' is not assignable to type '{ ref?: ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | undefined; }'.
|
lint:
components/radio/__tests__/radio-button.test.tsx#L41
Type '{ children: Element[]; defaultValue?: any; value?: any; onChange?: ((e: RadioChangeEvent) => void) | undefined; size?: SizeType; disabled?: DisabledType; ... 14 more ...; key?: Key | ... 1 more ... | undefined; }' is not assignable to type '{ ref?: ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | undefined; }'.
|
lint:
components/segmented/index.tsx#L102
Type '{ className: string; style: CSSProperties; options: SegmentedOptions; ref: ForwardedRef<HTMLDivElement>; prefixCls: string; ... 364 more ...; wmode?: string | undefined; }' is missing the following properties from type 'Pick<SegmentedProps, "name" | "type" | "span" | "value" | "method" | "typeof" | "async" | "size" | "children" | "prefix" | "key" | "width" | "color" | "default" | ... 350 more ... | "onPointerLeaveCapture">': onPointerEnterCapture, onPointerLeaveCapture
|
lint:
components/table/__tests__/Table.sorter.test.tsx#L954
Type 'ColumnsType' is not assignable to type '(ColumnGroupType<AnyObject> | ColumnType<AnyObject>)[]'.
|
lint:
components/table/hooks/useSorter.tsx#L273
Type '{ column: undefined; order: SortOrder; field: DataIndex<RecordType> | undefined; columnKey: React.Key | undefined; }' is not assignable to type 'SorterResult<RecordType> | SorterResult<RecordType>[]'.
|
lint:
components/table/hooks/useSorter.tsx#L280
Type '{ column: ColumnType<RecordType>; order: SortOrder; field: DataIndex<RecordType> | undefined; columnKey: React.Key | undefined; }' is not assignable to type 'SorterResult<RecordType> | SorterResult<RecordType>[]'.
|
lint:
components/table/hooks/useSorter.tsx#L283
Type '{ column: ColumnType<RecordType>; order: SortOrder; field: DataIndex<RecordType> | undefined; columnKey: Key | undefined; }[]' is not assignable to type 'SorterResult<RecordType> | SorterResult<RecordType>[]'.
|
lint:
components/transfer/demo/component-token.tsx#L193
Type 'ColumnsType<Pick<DataType, "title">>' is not assignable to type 'ColumnsType<DataType>'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading