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 7d4b638 commit 8ca7861Copy full SHA for 8ca7861
src/modules/GroupChannel/context/hooks/useGroupChannel.ts
@@ -55,7 +55,7 @@ export const useGroupChannel = () => {
55
if (!store) throw new Error('useGroupChannel must be used within a GroupChannelProvider');
56
57
const { state: { config } } = useSendbird();
58
- const { markAsReadScheduler, pubSub } = config;
+ const { markAsReadScheduler } = config;
59
const state: GroupChannelState = useSyncExternalStore(store.subscribe, store.getState);
60
61
const flagActions = {
0 commit comments