docs: Figma Code Connect and Storybook Theming #5052
verify.yml
on: pull_request
Branch Info
2s
Quality
9s
Annotations
10 errors
Type Check:
packages/components/stories/IconButton.stories.tsx#L40
Property ''aria-label'' is missing in type '{ icon: "add"; size: "medium"; }' but required in type 'IconButtonProps'.
|
Type Check:
packages/components/stories/IconButton.stories.tsx#L39
Property ''aria-label'' is missing in type '{ icon: "add"; size: "small"; }' but required in type 'IconButtonProps'.
|
Type Check:
packages/components/stories/IconButton.stories.tsx#L30
Property ''aria-label'' is missing in type '{ icon: "add"; variant: "default"; }' but required in type 'IconButtonProps'.
|
Type Check:
packages/components/stories/IconButton.stories.tsx#L29
Property ''aria-label'' is missing in type '{ icon: "add"; variant: "minimal"; }' but required in type 'IconButtonProps'.
|
Type Check:
packages/components/stories/IconButton.stories.tsx#L28
Property ''aria-label'' is missing in type '{ icon: "add"; variant: "primary"; }' but required in type 'IconButtonProps'.
|
Type Check:
packages/components/stories/IconButton.stories.tsx#L27
Property ''aria-label'' is missing in type '{ icon: "add"; variant: "destructive"; }' but required in type 'IconButtonProps'.
|
Type Check:
packages/components/figma/Tabs.figma.tsx#L25
'props' is declared but its value is never read.
|
Type Check:
packages/components/figma/Table.figma.tsx#L25
'props' is declared but its value is never read.
|
Type Check:
packages/components/figma/Radio.figma.tsx#L31
Type '{ children: string; isSelected: boolean; value: string; isDisabled: true; }' is not assignable to type 'IntrinsicAttributes & RadioProps'.
|
Type Check:
.storybook/manager.ts#L25
Cannot find name 'darkTheme'.
|