fix: stabilize Windows MCP packaging and logger tests #73
Annotations
8 warnings
|
Lint:
src/renderer/store/index.ts#L267
'_' 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/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#L233
React Hook useEffect has a missing dependency: 'scrollToBottom'. Either include it or remove the dependency array
|
|
Lint:
src/renderer/components/ChatView.tsx#L212
React Hook useEffect has a missing dependency: 'scrollToBottom'. Either include it or remove the dependency array
|
|
Lint:
src/renderer/App.tsx#L85
React Hook useEffect has missing dependencies: 'isElectron' and 'listSessions'. Either include them or remove the dependency array
|
|
Lint:
src/main/sandbox/wsl-bridge.ts#L767
'_id' is assigned a value but never used
|
|
Lint:
src/main/sandbox/lima-bridge.ts#L706
'_id' is assigned a value but never used
|
Loading