We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6561d2f commit 0d78b27Copy full SHA for 0d78b27
frontend/src/components/Chat/index.tsx
@@ -92,6 +92,7 @@ const Chat: React.FC<ChatProps> = ({ isActive, setHasNewMessage }) => {
92
communicationSocket.off(CommunicationEvents.DISCONNECTED, listener);
93
communicationSocket.off(CommunicationEvents.CONNECT_ERROR, errorListener);
94
};
95
+ // eslint-disable-next-line react-hooks/exhaustive-deps
96
}, []);
97
98
useEffect(() => {
0 commit comments