Skip to content

WEB-8792: some description #178

WEB-8792: some description

WEB-8792: some description #178

Triggered via push November 6, 2023 20:45
Status Failure
Total duration 53s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: src/components/Header/Header.stories.tsx#L2
'React' is declared but its value is never read.
build: src/components/Header/Header.stories.tsx#L9
'Logo' is declared but its value is never read.
build: src/components/Header/Header.stories.tsx#L10
'HeaderComponent' is declared but its value is never read.
build: src/components/Header/Header.test.tsx#L7
Type '{}' is missing the following properties from type 'HeaderProps': logo, logoText, children
build: src/components/Header/Header.test.tsx#L9
Type '{ user: { name: string; }; }' is not assignable to type 'IntrinsicAttributes & HeaderProps'.
build: src/components/Header/Header.tsx#L47
Cannot invoke an object which is possibly 'undefined'.
build: src/components/Navigation/Navigation.stories.tsx#L1
'StoryObj' is declared but never used.
build: src/components/Navigation/Navigation.stories.tsx#L17
Property 'handleOnClick' is missing in type '{ children: Element; label: string; expandedItem: string; onClick: () => void; }' but required in type 'NavigationListItemTriggerProps'.
build: src/components/Navigation/Navigation.stories.tsx#L29
Property 'handleOnClick' is missing in type '{ children: Element; label: string; expandedItem: string; onClick: () => void; }' but required in type 'NavigationListItemTriggerProps'.
build: src/components/Navigation/Navigation.stories.tsx#L43
Property 'handleOnClick' is missing in type '{ children: Element; label: string; expandedItem: string; onClick: () => void; }' but required in type 'NavigationListItemTriggerProps'.