docs: refresh screenshots to reflect current UI #616
ci.yml
on: push
test-tauri
1m 15s
build-macos
1m 15s
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
|