File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,14 @@ import {
1515 Chat ,
1616 ChatView ,
1717 MessageInput ,
18- SendButtonProps ,
1918 Thread ,
2019 ThreadList ,
2120 useCreateChatClient ,
2221 useMessageComposer ,
2322 VirtualizedMessageList as MessageList ,
2423 Window ,
2524} from 'stream-chat-react' ;
26- import { createTextComposerEmojiMiddleware } from 'stream-chat-react/emojis' ;
25+ import { createTextComposerEmojiMiddleware , EmojiPicker } from 'stream-chat-react/emojis' ;
2726import { init , SearchIndex } from 'emoji-mart' ;
2827import data from '@emoji-mart/data' ;
2928
@@ -92,7 +91,7 @@ const App = () => {
9291 showChannelSearch
9392 additionalChannelSearchProps = { { searchForChannels : true } }
9493 />
95- < Channel emojiSearchIndex = { SearchIndex } >
94+ < Channel emojiSearchIndex = { SearchIndex } EmojiPicker = { EmojiPicker } >
9695 < Window >
9796 < ChannelHeader Avatar = { ChannelAvatar } />
9897 < MessageList returnAllReadData />
You can’t perform that action at this time.
0 commit comments