chore(deps-dev): bump eslint-plugin-unicorn from 49.0.0 to 54.0.0 #26
Annotations
6 errors and 1 warning
.dumi/theme/common/BehaviorMap/BehaviorMap.tsx#L3
Module '"dumi"' has no exported member 'useRouteMeta'.
|
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; }'.
|
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; }'.
|
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; }'.
|
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" | "children" | "title" | "src" | "className" | "lang" | "content" | "dir" | ... 350 more ... | "onPointerLeaveCapture">': onPointerEnterCapture, onPointerLeaveCapture
|
|
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/.
|
This job failed
Loading