Skip to content

use .getLogger to avoid same logging message to get printed twice (#850) #4

use .getLogger to avoid same logging message to get printed twice (#850)

use .getLogger to avoid same logging message to get printed twice (#850) #4

Triggered via push April 7, 2024 14:02
Status Success
Total duration 36s
Artifacts

lint.yml

on: push
lint-frontend
27s
lint-frontend
Lint python
9s
Lint python
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
lint-frontend: frontend/src/components/ChatInterface.tsx#L115
React Hook useEffect has missing dependencies: 'currentQueueMarker', 'currentTypingMessage', and 'messages'. Either include them or remove the dependency array
lint-frontend: frontend/src/components/ChatInterface.tsx#L121
React Hook useEffect has a missing dependency: 'typingActive'. Either include it or remove the dependency array
lint-frontend: frontend/src/components/ChatInterface.tsx#L136
React Hook useEffect has missing dependencies: 'currentQueueMarker', 'currentTypingMessage', 'messages', and 'queuedTyping'. Either include them or remove the dependency array
lint-frontend: frontend/src/components/ChatInterface.tsx#L142
React Hook useEffect has missing dependencies: 'messages' and 'queuedTyping'. Either include them or remove the dependency array
lint-frontend: frontend/src/hooks/useTypingEffect.ts#L76
React Hook useEffect has missing dependencies: 'emulateKeyStroke' and 'timeoutId'. Either include them or remove the dependency array