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
/** The indicator to use when there is error in fetching channels. Default: [LoadingErrorIndicator](https://getstream.github.io/stream-chat-react-native/#loadingerrorindicator) */
34
37
LoadingErrorIndicator: PropTypes.oneOfType([
35
38
PropTypes.node,
36
-
PropTypes.func,
39
+
PropTypes.elementType,
37
40
]),
38
41
/** The indicator to use when channel list is empty. Default: [EmptyStateIndicator](https://getstream.github.io/stream-chat-react-native/#emptystateindicator) */
39
42
EmptyStateIndicator: PropTypes.oneOfType([
40
43
PropTypes.node,
41
-
PropTypes.func,
44
+
PropTypes.elementType,
42
45
]),
43
46
/** Loads next page of channels in channels object, which is present here as prop */
0 commit comments