💄 Polish readme badges #3378
checks.yml
on: push
Tests
48s
ESLint
1m 1s
Prettier
55s
TypeScript Check
46s
REUSE
12s
Annotations
9 warnings
|
ESLint:
src/settings-renderer/components/menu-properties/WindowPicker.tsx#L77
React Hook React.useEffect has a missing dependency: 'props.mode'. Either include it or remove the dependency array
|
|
ESLint:
src/settings-renderer/components/menu-list/CollectionDetails.tsx#L73
React Hook React.useEffect has missing dependencies: 'menuSearchBarVisible', 'selectCollection', 'selectedCollection', and 'setMenuSearchBarVisible'. Either include them or remove the dependency array
|
|
ESLint:
src/settings-renderer/components/dialogs/IntroDialog.tsx#L49
React Hook React.useEffect has missing dependencies: 'setIntroDialogVisible' and 'showIntroductionDialog'. Either include them or remove the dependency array
|
|
ESLint:
src/settings-renderer/components/common/Sidebar.tsx#L65
React Hook React.useEffect has a missing dependency: 'props.position'. Either include it or remove the dependency array
|
|
ESLint:
src/settings-renderer/components/common/Popover.tsx#L150
React Hook React.useEffect 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 useEffect call and refer to those specific props inside React.useEffect
|
|
ESLint:
src/settings-renderer/components/common/Popover.tsx#L148
The ref value 'popoverContent.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'popoverContent.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
ESLint:
src/settings-renderer/components/common/Modal.tsx#L115
React Hook React.useEffect 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 useEffect call and refer to those specific props inside React.useEffect
|
|
ESLint:
src/settings-renderer/components/common/Modal.tsx#L113
The ref value 'modalContent.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'modalContent.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
ESLint:
src/settings-renderer/components/common/GridIconPicker.tsx#L119
React Hook React.useEffect has a missing dependency: 'selectedIndex'. Either include it or remove the dependency array
|