Skip to content

Polish Toast and Callout #2835

Polish Toast and Callout

Polish Toast and Callout #2835

Triggered via pull request December 5, 2023 18:41
Status Failure
Total duration 2m 13s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 3 warnings
ci
Property 'text' is missing in type '{ children: string; severity: "info"; }' but required in type '{ children: ReactNode; linkText?: string | undefined; linkUrl?: string | undefined; role?: "alert" | "status" | undefined; severity: "error" | "info" | "success" | "warning"; text: string; title?: string | undefined; }'.
ci
Property 'text' is missing in type '{ children: string; severity: "info"; }' but required in type '{ children: ReactNode; linkText?: string | undefined; linkUrl?: string | undefined; role?: "alert" | "status" | undefined; severity: "error" | "info" | "success" | "warning"; text: string; title?: string | undefined; }'.
ci
Property 'text' is missing in type '{ children: (string | number)[]; severity: "info"; }' but required in type '{ children: ReactNode; linkText?: string | undefined; linkUrl?: string | undefined; role?: "alert" | "status" | undefined; severity: "error" | "info" | "success" | "warning"; text: string; title?: string | undefined; }'.
ci
Property 'text' is missing in type '{ children: string; severity: "error"; role: "alert"; title: string; }' but required in type '{ children: ReactNode; linkText?: string | undefined; linkUrl?: string | undefined; role?: "alert" | "status" | undefined; severity: "error" | "info" | "success" | "warning"; text: string; title?: string | undefined; }'.
ci
Property 'text' is missing in type '{ children: string; severity: "error"; role: "alert"; title: string; }' but required in type '{ children: ReactNode; linkText?: string | undefined; linkUrl?: string | undefined; role?: "alert" | "status" | undefined; severity: "error" | "info" | "success" | "warning"; text: string; title?: string | undefined; }'.
ci
Property 'text' is missing in type '{ children: string; severity: "error"; role: "alert"; title: string; }' but required in type '{ children: ReactNode; linkText?: string | undefined; linkUrl?: string | undefined; role?: "alert" | "status" | undefined; severity: "error" | "info" | "success" | "warning"; text: string; title?: string | undefined; }'.
ci
Property 'text' is missing in type '{ children: Element[]; severity: "error"; role: "alert"; title: string; }' but required in type '{ children: ReactNode; linkText?: string | undefined; linkUrl?: string | undefined; role?: "alert" | "status" | undefined; severity: "error" | "info" | "success" | "warning"; text: string; title?: string | undefined; }'.
ci
Process completed with exit code 2.
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