Skip to content

Data Table: Remove unused util #112

Data Table: Remove unused util

Data Table: Remove unused util #112

Triggered via push January 14, 2025 06:50
Status Failure
Total duration 39s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (22.x): src/components/actions/Button/Button.tsx#L7
Cannot find module '../../../util/componentUtil.ts' or its corresponding type declarations.
build (22.x): src/components/actions/ButtonAsLink/ButtonAsLink.stories.tsx#L44
Parameter 'args' implicitly has an 'any' type.
build (22.x): src/components/actions/ButtonAsLink/ButtonAsLink.tsx#L5
Cannot find module '../../../util/componentUtil.ts' or its corresponding type declarations.
build (22.x): src/components/actions/Link/Link.stories.tsx#L46
Parameter 'args' implicitly has an 'any' type.
build (22.x): src/components/actions/Link/Link.tsx#L5
Cannot find module '../../../util/componentUtil.ts' or its corresponding type declarations.
build (22.x): src/components/actions/LinkAsButton/LinkAsButton.stories.tsx#L37
Parameter 'args' implicitly has an 'any' type.
build (22.x): src/components/actions/LinkAsButton/LinkAsButton.tsx#L5
Cannot find module '../../../util/componentUtil.ts' or its corresponding type declarations.
build (22.x): src/components/containers/Accordion/Accordion.tsx#L6
Cannot find module '../../../util/componentUtil.ts' or its corresponding type declarations.
build (22.x): src/components/containers/Accordion/Accordion.tsx#L22
Property 'title' is missing in type '{ name: string | undefined; className: any; }' but required in type '{ unstyled?: boolean | undefined; title: ReactNode; summaryProps?: Omit<ComponentProps<"summary">, "children"> | undefined; contentProps?: Omit<ComponentProps<"div">, "children"> | undefined; }'.
build (22.x): src/components/containers/Banner/Banner.tsx#L8
Cannot find module '../../../util/componentUtil.ts' or its corresponding type declarations.
build (22.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636