Skip to content

tests: fix

tests: fix #619

Triggered via push January 22, 2026 09:07
Status Success
Total duration 2m 0s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

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