Skip to content

fix nav

fix nav #14444

Triggered via push August 12, 2024 16:24
Status Failure
Total duration 2m 42s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
check-eslint
Type '{ type: "leaf"; onItemClick: () => void; label: string; visual: Element; areActionsFading: false; }' is not assignable to type 'IntrinsicAttributes & (TreeItemPropsWithChildren | TreeItemPropsWithRender)'.
check-eslint
Type '{ children: false | Element; label: string; collapsed: boolean; onItemClick: () => void; onChevronClick: () => void; visual: ReactElement<{ className?: string | undefined; }, string | JSXElementConstructor<any>>; areActionsFading: false; }' is not assignable to type 'IntrinsicAttributes & (TreeItemPropsWithChildren | TreeItemPropsWithRender)'.
check-eslint
Type '{ children: false | Element; label: string; collapsed: boolean; onItemClick: () => void; onChevronClick: () => void; visual: Element; size: "md"; areActionsFading: false; }' is not assignable to type 'IntrinsicAttributes & (TreeItemPropsWithChildren | TreeItemPropsWithRender)'.
check-eslint
Type '{ children: (string | number | Element)[]; iconClassName: string; icon: ComponentType; }' is not assignable to type 'IntrinsicAttributes & CellProps'.
check-eslint
Type '{ children: Element; iconClassName: string; icon: (props: SVGProps<SVGSVGElement>) => Element; }' is not assignable to type 'IntrinsicAttributes & CellProps'.
check-eslint
Cannot find name 'ContentNodesViewType'.
check-eslint
Type '{ children: Element; iconClassName: string; icon: (props: SVGProps<SVGSVGElement>) => Element; }' is not assignable to type 'IntrinsicAttributes & CellProps'.
check-eslint
Type '{ children: (string | number | Element)[]; iconClassName: string; icon: ComponentType; }' is not assignable to type 'IntrinsicAttributes & CellProps'.
check-eslint
Process completed with exit code 2.
check-eslint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/