Merge branch 'main' of https://github.com/Dimillian/CodexMonitor #623
ci.yml
on: push
test-tauri
1m 3s
build-macos
1m 20s
Annotations
2 warnings
|
lint:
src/features/threads/hooks/useThreads.ts#L1001
React Hook useMemo has a duplicate dependency: 'handleTerminalInteraction'. Either omit it or remove the dependency array
|
|
lint:
src/features/messages/components/Messages.tsx#L807
The 'isNearBottom' function makes the dependencies of useCallback Hook (at line 828) change on every render. To fix this, wrap the definition of 'isNearBottom' in its own useCallback() Hook
|