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 d3cc558 commit 3079900Copy full SHA for 3079900
src/smart-components/Channel/components/TypingIndicator.tsx
@@ -60,7 +60,7 @@ const TypingIndicator: React.FC = () => {
60
61
return () => {
62
setTypingMembers([]);
63
- if (sb) {
+ if (sb?.groupChannel?.removeGroupChannelHandler) {
64
sb.groupChannel.removeGroupChannelHandler(handlerId);
65
}
66
};
0 commit comments