chore(SelectPanel): Add dev stories and update vrt snapshots #25485
Annotations
3 errors
Type check
Type '{ title: string; subtitle: string; renderAnchor: <T extends React.HTMLAttributes<HTMLElement>>({ children, "aria-labelledby": ariaLabelledBy, ...anchorProps }: T) => Element; open: boolean; onOpenChange: Dispatch<SetStateAction<boolean>>; ... 4 more ...; className: string; }' is not assignable to type 'IntrinsicAttributes & SelectPanelProps'.
|
Type check
Type '{ title: string; subtitle: string; renderAnchor: <T extends React.HTMLAttributes<HTMLElement>>({ children, "aria-labelledby": ariaLabelledBy, ...anchorProps }: T) => Element; open: boolean; onOpenChange: Dispatch<SetStateAction<boolean>>; ... 5 more ...; className: string; }' is not assignable to type 'IntrinsicAttributes & SelectPanelProps'.
|
Type check
Process completed with exit code 2.
|
Loading