Draft: the big boy actionlist CSS conversion (to be broken up) #25547
Annotations
10 errors
Build
Type '"subtle" | "filled"' is not assignable to type 'undefined'.
|
Build
Type '"subtle" | "filled"' is not assignable to type 'undefined'.
|
Build
Type '"subtle" | "filled"' is not assignable to type 'undefined'.
|
Build
Parameter 'descriptionSlot' implicitly has an 'any' type.
|
Build
Element implicitly has an 'any' type because expression of type '"aria-expanded"' can't be used to index type '{ children?: ReactNode; wrapper?: "button" | "div" | undefined; }'.
|
Build
Element implicitly has an 'any' type because expression of type '"aria-controls"' can't be used to index type '{ children?: ReactNode; wrapper?: "button" | "div" | undefined; }'.
|
Build
Exported variable 'ActionList' has or is using name 'SubItemProps' from external module "/home/runner/work/react/react/packages/react/src/ActionList/SubItem" but cannot be named.
|
Build
Type '"subtle" | "filled" | undefined' is not assignable to type 'undefined'.
|
Build
Type '{ children: (string | number | (string | number | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal)[])[]; ... 5 more ...; style: CSSProperties; }' is not assignable to type 'IntrinsicAttributes & { children: ReactNode; subNav: ReactNode; depth: number; defaultOpen?: boolean | undefined; } & SxProp'.
|
Build
Property 'style' does not exist on type 'ItemWithSubNavProps'.
|
Loading