fix(Popover): use visible title for popup a11y label #6459
Annotations
3 errors and 10 warnings
src/components/Popover/Popover.tsx#L7
Insert `;`
|
src/components/Popover/Popover.tsx#L153
Replace `<h3·id={popoverTitleId}·className={cnPopover('tooltip-title')}>{title}</h3>` with `(⏎····················<h3·id={popoverTitleId}·className={cnPopover('tooltip-title')}>⏎························{title}⏎····················</h3>⏎················)`
|
|
.storybook/theme-addon/register.tsx#L26
React Hook React.useEffect has a missing dependency: 'api'. Either include it or remove the dependency array
|
src/components/ClipboardButton/ClipboardButton.tsx#L119
'text' is already declared in the upper scope on line 102 column 9
|
src/components/CopyToClipboard/__tests__/CopyToClipboard.test.tsx#L13
Unexpected any. Specify a different type
|
src/components/Hotkey/parse.ts#L34
Assignment to function parameter 'val'
|
src/components/Hotkey/utils.ts#L2
Unexpected negated condition
|
src/components/List/List.tsx#L104
Unexpected any. Specify a different type
|
src/components/List/__stories__/ListItem.stories.tsx#L80
Unexpected any. Specify a different type
|
src/components/List/__stories__/ListItem.stories.tsx#L83
Unexpected any. Specify a different type
|
src/components/List/__stories__/ListItem.stories.tsx#L83
Unexpected any. Specify a different type
|
src/components/List/components/SimpleContainer.tsx#L24
Assignment to property of function parameter 'acc'
|
This job failed
Loading