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 98f20fa commit 8503aecCopy full SHA for 8503aec
1 file changed
src/common/utils/SocketProvider/index.tsx
@@ -30,7 +30,7 @@ const SocketProvider = ({ children }: Props) => {
30
return () => {
31
unsubscribe?.();
32
};
33
- }, [queryClient]);
+ }, [queryClient, setUnreadChatCount]);
34
35
return <>{children}</>;
36
0 commit comments