File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -292,6 +292,11 @@ const SBChannel = withSendBird((props) => {
292
292
showSearchIcon = { showSearchIcon }
293
293
onSearchClick = { onSearchClick }
294
294
onChatHeaderActionClick = { onChatHeaderActionClick }
295
+ // renderChatItem={({ message }) => {
296
+ // return (
297
+ // <div>{message.message || '하잉'}</div>
298
+ // )
299
+ // }}
295
300
// renderCustomMessage={(message) => {
296
301
// if (message.messageType === 'user') {
297
302
// return () => (
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ ConversationScroll.propTypes = {
288
288
PropTypes . string ,
289
289
PropTypes . number ,
290
290
] ) ,
291
- renderChatItem : PropTypes . element ,
291
+ renderChatItem : PropTypes . func ,
292
292
renderCustomMessage : PropTypes . func ,
293
293
scrollToMessage : PropTypes . func ,
294
294
useReaction : PropTypes . bool ,
You can’t perform that action at this time.
0 commit comments