feat: add hideVeil prop to Drawer component #8822
ci.yml
on: pull_request
Verify Files
1m 30s
Unit Tests
1m 22s
Annotations
10 warnings
|
Verify Files:
src/components/CopyToClipboard/CopyToClipboard.tsx#L22
'copyText' is already declared in the upper scope on line 5 column 9
|
|
Verify Files:
src/components/ClipboardButton/ClipboardButton.tsx#L101
'text' is already declared in the upper scope on line 85 column 9
|
|
Verify Files:
src/components/Card/__stories__/Card.stories.tsx#L147
Named exports should not use the name annotation if it is redundant to the name that would be generated by the export name
|
|
Verify Files:
src/components/Card/__stories__/Card.stories.tsx#L127
Named exports should not use the name annotation if it is redundant to the name that would be generated by the export name
|
|
Verify Files:
src/components/Button/__stories__/Button.stories.tsx#L212
Named exports should not use the name annotation if it is redundant to the name that would be generated by the export name
|
|
Verify Files:
src/components/Button/Button.tsx#L119
Unexpected any. Specify a different type
|
|
Verify Files:
src/components/Breadcrumbs/__tests__/Breadcrumbs.test.tsx#L42
Unexpected any. Specify a different type
|
|
Verify Files:
src/components/Breadcrumbs/Breadcrumbs.tsx#L44
Assignment to function parameter 'child'
|
|
Verify Files:
src/components/Breadcrumbs/Breadcrumbs.tsx#L40
Unexpected any. Specify a different type
|
|
Verify Files:
.storybook/theme-addon/register.tsx#L26
React Hook React.useEffect has a missing dependency: 'api'. Either include it or remove the dependency array
|