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 01139bc commit e7468a0Copy full SHA for e7468a0
src/components/AITypingIndicatorView/hooks/useAIState.ts
@@ -43,7 +43,6 @@ export const useAIState = <
43
},
44
);
45
46
- // @ts-ignore
47
const indicatorClearedListener = channel.on('ai_indicator.clear', (event) => {
48
const { cid } = event;
49
if (channel.cid === cid) {
0 commit comments