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
// emoji config and customization object, potentially find a better home
482
+
emojiConfig,
459
483
};
460
484
461
485
letcore;
@@ -500,7 +524,7 @@ Channel.propTypes = {
500
524
LoadingErrorIndicator: PropTypes.elementType,
501
525
/**
502
526
* Loading indicator UI component. This will be shown on the screen until the messages are
503
-
* being queried from channelœ. Once the messages are loaded, loading indicator is removed from the screen
527
+
* being queried from channel. Once the messages are loaded, loading indicator is removed from the screen
504
528
* and replaced with children of the Channel component.
505
529
*
506
530
* Defaults to and accepts same props as: [LoadingIndicator](https://github.com/GetStream/stream-chat-react/blob/master/src/components/LoadingIndicator.js)
@@ -565,6 +589,26 @@ Channel.propTypes = {
565
589
* @param {Object} updatedMessage
566
590
*/
567
591
doUpdateMessageRequest: PropTypes.func,
592
+
/**
593
+
* Optional component to override default NimbleEmoji from emoji-mart
594
+
*/
595
+
// @ts-expect-error import type when converted to TS
0 commit comments