Merge branch 'main' of github.com:PhillipsAuctionHouse/seldon into he… #177
Annotations
10 errors
src/components/Header/Header.stories.tsx#L2
'React' is declared but its value is never read.
|
src/components/Header/Header.stories.tsx#L9
'Logo' is declared but its value is never read.
|
src/components/Header/Header.stories.tsx#L10
'HeaderComponent' is declared but its value is never read.
|
src/components/Header/Header.test.tsx#L7
Type '{}' is missing the following properties from type 'HeaderProps': logo, logoText, children, onMenuToggle
|
src/components/Header/Header.test.tsx#L9
Type '{ user: { name: string; }; }' is not assignable to type 'IntrinsicAttributes & HeaderProps'.
|
src/components/Navigation/Navigation.stories.tsx#L1
'StoryObj' is declared but never used.
|
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'.
|
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'.
|
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'.
|
src/pages/Page.tsx#L15
Type '{ user: User | undefined; onLogin: () => void; onLogout: () => void; onCreateAccount: () => void; }' is not assignable to type 'IntrinsicAttributes & HeaderProps'.
|
The logs for this run have expired and are no longer available.
Loading