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 1555b06 commit 832e0adCopy full SHA for 832e0ad
examples/vite/src/App.tsx
@@ -15,14 +15,13 @@ import {
15
Chat,
16
ChatView,
17
MessageInput,
18
+ SendButtonProps,
19
Thread,
20
ThreadList,
- useChatContext,
21
useCreateChatClient,
22
+ useMessageComposer,
23
VirtualizedMessageList as MessageList,
24
Window,
- SendButtonProps,
25
- useMessageComposer,
26
} from 'stream-chat-react';
27
import { createTextComposerEmojiMiddleware } from 'stream-chat-react/emojis';
28
import { init, SearchIndex } from 'emoji-mart';
@@ -92,7 +91,6 @@ const App = () => {
92
91
composer.attachmentManager.setCustomUploadFn(async (fileLike) => {
93
return composer.attachmentManager.doDefaultUploadRequest(fileLike);
94
});
95
- // composer.customDataManager =
96
97
}, [chatClient]);
98
0 commit comments