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 222713b commit 8fd9e97Copy full SHA for 8fd9e97
src/components/Chat/Chat.tsx
@@ -12,7 +12,7 @@ import type { StreamChat } from 'stream-chat';
12
import type { SupportedTranslations } from '../../i18n/types';
13
import type { Streami18n } from '../../i18n/Streami18n';
14
import type { DefaultStreamChatGenerics } from '../../types/types';
15
-import { MessageContextValue } from '../../context';
+import type { MessageContextValue } from '../../context';
16
17
export type ChatProps<
18
StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics
0 commit comments