fix(ci): reset stale PR review context after history changes - #301
Merged
Sun-sunshine06 merged 1 commit intoJul 14, 2026
Merged
Annotations
8 warnings
|
Lint:
src/renderer/store/index.ts#L286
'_' 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#L103
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#L289
React Hook useEffect has a missing dependency: 'scrollToBottom'. Either include it or remove the dependency array
|
|
Lint:
src/renderer/components/ChatView.tsx#L268
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
|
background
wait
wait-all
cancel
parallel
Loading