Skip to content

Commit f8f1208

Browse files
committed
fix: dep update
1 parent 67ea2f8 commit f8f1208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/components/Channel/Channel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ const ChannelWithContext = <
887887
return unsubscribe;
888888
},
889889
// eslint-disable-next-line react-hooks/exhaustive-deps
890-
[channel.cid, client, setRead],
890+
[channel, client, setRead],
891891
);
892892

893893
const threadPropsExists = !!threadProps;

0 commit comments

Comments
 (0)