Tiles #2822
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 errors and 3 warnings
ci
Cannot find name 'onClick'. Did you mean 'onclick'?
|
ci
JSX elements cannot have multiple attributes with the same name.
|
ci
Type '{ children: ReactElement<any, string | JSXElementConstructor<any>>; endIcon: Element; ariaLabel: string; buttonVariant: "floating"; menuAlignment: "right"; size: "small"; onClick: (event: any) => void; onClose: (event: any) => void; }' is not assignable to type 'IntrinsicAttributes & LibraryManagedAttributes<MemoExoticComponent<({ ariaLabel, ariaLabelledBy, ariaDescribedBy, buttonLabel, buttonVariant, children, shouldCloseOnSelect, endIcon: endIconProp, id: idOverride, isOverflow, menuAlignment, size, testId, tooltipText, }: MenuButtonProps) => Element>, MenuButtonProps>'.
|
ci
Property 'DepthDialog' does not exist on type 'typeof import("/home/runner/work/odyssey/odyssey/packages/odyssey-design-tokens/dist/index")'.
|
ci
Property 'DepthDrawer' does not exist on type 'typeof import("/home/runner/work/odyssey/odyssey/packages/odyssey-design-tokens/dist/index")'.
|
ci
Process completed with exit code 2.
|
ci
Cannot find name 'onClick'. Did you mean 'onclick'?
|
ci
JSX elements cannot have multiple attributes with the same name.
|
ci
Type '{ children: ReactElement<any, string | JSXElementConstructor<any>>; endIcon: Element; ariaLabel: string; buttonVariant: "floating"; menuAlignment: "right"; size: "small"; onClick: (event: any) => void; onClose: (event: any) => void; }' is not assignable to type 'IntrinsicAttributes & MenuButtonProps'.
|
ci
Property 'DepthDialog' does not exist on type 'typeof import("/home/runner/work/odyssey/odyssey/packages/odyssey-design-tokens/dist/index")'.
|
ci
Property 'DepthDrawer' does not exist on type 'typeof import("/home/runner/work/odyssey/odyssey/packages/odyssey-design-tokens/dist/index")'.
|
ci
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ci:
packages/odyssey-react-mui/src/labs/DataTable.tsx#L631
React Hook useMemo has missing dependencies: 'handleColumnVisibility' and 'hasColumnVisibility'. Either include them or remove the dependency array
|
ci:
packages/odyssey-storybook/src/components/odyssey-labs/LegacyTable/PaginatedTable.stories.tsx#L552
React Hook useCallback has an unnecessary dependency: 'args.data'. Either exclude it or remove the dependency array
|