feat: create Stepper component #7342
Annotations
1 error and 10 warnings
Verify Files
Process completed with exit code 2.
|
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
|
Verify Files:
src/components/Breadcrumbs/Breadcrumbs.tsx#L42
Assignment to function parameter 'child'
|
Verify Files:
src/components/Breadcrumbs/__tests__/Breadcrumbs.test.tsx#L42
Unexpected any. Specify a different type
|
Verify Files:
src/components/Button/Button.tsx#L118
Unexpected any. Specify a different type
|
Verify Files:
src/components/Button/Button.tsx#L133
React Hook React.useCallback has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useCallback call and refer to those specific props inside React.useCallback
|
Verify Files:
src/components/ClipboardButton/ClipboardButton.tsx#L112
'text' is already declared in the upper scope on line 96 column 9
|
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/CopyToClipboard/__tests__/CopyToClipboard.test.tsx#L28
Unexpected any. Specify a different type
|
Verify Files:
src/components/Hotkey/parse.ts#L34
Assignment to function parameter 'val'
|
Verify Files:
src/components/Hotkey/utils.ts#L2
Unexpected negated condition
|