You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* MessageList - The message list components renders a list of messages. Its a consumer of [Channel Context](https://getstream.github.io/stream-chat-react/#channel)
@@ -228,6 +229,7 @@ class MessageList extends PureComponent {
* Defaults to and accepts same props as: [EventComponent](https://github.com/GetStream/stream-chat-react/blob/master/src/components/EventComponent.js)
377
379
*/
378
380
MessageSystem: PropTypes.elementType,
381
+
/**
382
+
* Typing indicator UI component to render
383
+
*
384
+
* Defaults to and accepts same props as: [TypingIndicator](https://github.com/GetStream/stream-chat-react/blob/master/src/components/TypingIndicator/TypingIndicator.js)
385
+
* */
386
+
TypingIndicator: PropTypes.elementType,
379
387
/**
380
388
* The UI Indicator to use when MessagerList or ChannelList is empty
0 commit comments