feat!: v7 changes #6929
Annotations
13 warnings
Verify Files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/Button/Button.tsx#L104
Unexpected any. Specify a different type
|
Verify Files:
src/components/Button/Button.tsx#L119
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/Button/Button.tsx#L183
Unexpected any. Specify a different type
|
Verify Files:
src/components/ClipboardButton/ClipboardButton.tsx#L114
'text' is already declared in the upper scope on line 97 column 9
|
Verify Files:
src/components/CopyToClipboard/__tests__/CopyToClipboard.test.tsx#L11
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
|
Verify Files:
src/components/Link/Link.tsx#L52
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/List/List.tsx#L104
Unexpected any. Specify a different type
|
Unit Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Storybook Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|