chore(deps-dev): bump the dev-dependencies group with 2 updates #74
Annotations
8 warnings
|
Lint:
src/renderer/store/index.ts#L265
'_' is assigned a value but never used
|
|
Lint:
src/renderer/hooks/useApiConfigState.ts#L1556
React Hook useCallback has an unnecessary dependency: 'presets'. Either exclude it or remove the dependency array
|
|
Lint:
src/renderer/components/SettingsPanel.tsx#L98
React Hook useEffect has a missing dependency: 'viewedTabs'. Either include it or remove the dependency array
|
|
Lint:
src/renderer/components/MessageCard.tsx#L20
The 'contentBlocks' conditional could make the dependencies of useMemo Hook (at line 38) change on every render. To fix this, wrap the initialization of 'contentBlocks' in its own useMemo() Hook
|
|
Lint:
src/renderer/components/ChatView.tsx#L235
React Hook useEffect has a missing dependency: 'scrollToBottom'. Either include it or remove the dependency array
|
|
Lint:
src/renderer/components/ChatView.tsx#L214
React Hook useEffect has a missing dependency: 'scrollToBottom'. Either include it or remove the dependency array
|
|
Lint:
src/renderer/App.tsx#L142
React Hook useCallback has a missing dependency: 'isElectron'. Either include it or remove the dependency array
|
|
Lint:
src/renderer/App.tsx#L96
React Hook useEffect has missing dependencies: 'isElectron' and 'listSessions'. Either include them or remove the dependency array
|
Loading