Version Packages (#870) #926
main.yml
on: push
publish
48s
Deploy storybook to Chromatic
0s
Annotations
6 errors
|
publish
The process '/opt/hostedtoolcache/node/22.18.0/x64/bin/pnpm' failed with exit code 1
|
|
publish
Error: The process '/opt/hostedtoolcache/node/22.18.0/x64/bin/pnpm' failed with exit code 1
|
|
publish:
src/components/fields/Picker/Picker.tsx#L686
Type '{ children: CollectionChildren<T>; autoFocus: true; items: Iterable<T> | undefined; "aria-label": string; selectedKey: Key | null | undefined; ... 28 more ...; onSelectionChange: (selection: Key | ... 1 more ... | null) => void; }' is not assignable to type 'IntrinsicAttributes & CubeListBoxProps<T> & { ref?: ForwardedRef<HTMLDivElement> | undefined; }'.
|
|
publish:
src/components/fields/Picker/Picker.tsx#L46
Interface 'CubePickerProps<T>' cannot simultaneously extend types 'Omit<CubeListBoxProps<T>, "type" | "size" | "tooltip">' and 'Omit<CubeItemProps, "size" | "children">'.
|
|
publish:
src/components/fields/FilterPicker/FilterPicker.tsx#L59
Interface 'CubeFilterPickerProps<T>' cannot simultaneously extend types 'Omit<CubeFilterListBoxProps<T>, "size" | "tooltip">' and 'Omit<CubeItemProps, "size" | "children">'.
|
|
publish:
src/components/fields/ComboBox/ComboBox.tsx#L932
Type '{ children: any; ref: RefObject<HTMLDivElement>; focusOnHover: true; disableSelectionToggle: true; id: string; "aria-label": string; selectedKey: Key | null; ... 13 more ...; onSelectionChange: (selection: Key | ... 1 more ... | null) => void; }' is not assignable to type 'IntrinsicAttributes & CubeListBoxProps<unknown> & { ref?: ForwardedRef<HTMLDivElement> | undefined; }'.
|