use .getLogger to avoid same logging message to get printed twice (#850) #4
lint.yml
on: push
lint-frontend
27s
Lint python
9s
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
|