@@ -52,13 +52,13 @@ export type ChannelsContextValue<
5252 /**
5353 * Custom indicator to use when channel list is empty
5454 *
55- * Default: [EmptyStateIndicator](https://getstream.github. io/stream- chat-react-native/v3 /#emptystateindicator)
55+ * Default: [EmptyStateIndicator](https://getstream.io/chat/docs/sdk/reactnative/core-components/channel /#emptystateindicator)
5656 * */
5757 EmptyStateIndicator : React . ComponentType < EmptyStateProps > ;
5858 /**
5959 * Custom loading indicator to display at bottom of the list, while loading further pages
6060 *
61- * Default: [ChannelListFooterLoadingIndicator](https://getstream.github. io/stream- chat-react-native/v3/#ChannelListFooterLoadingIndicator )
61+ * Default: [ChannelListFooterLoadingIndicator](https://getstream.io/chat/docs/sdk/reactnative/contexts/channels-context/#footerloadingindicator )
6262 */
6363 FooterLoadingIndicator : React . ComponentType ;
6464 /**
@@ -72,13 +72,13 @@ export type ChannelsContextValue<
7272 /**
7373 * Custom indicator to display error at top of list, if loading/pagination error occurs
7474 *
75- * Default: [ChannelListHeaderErrorIndicator](https://getstream.github. io/stream- chat-react-native/v3/#ChannelListHeaderErrorIndicator )
75+ * Default: [ChannelListHeaderErrorIndicator](https://getstream.io/chat/docs/sdk/reactnative/contexts/channels-context/#headererrorindicator )
7676 */
7777 HeaderErrorIndicator : React . ComponentType < HeaderErrorProps > ;
7878 /**
7979 * Custom indicator to display network-down error at top of list, if there is connectivity issue
8080 *
81- * Default: [ChannelListHeaderNetworkDownIndicator](https://getstream.github. io/stream- chat-react-native/v3/#ChannelListHeaderNetworkDownIndicator )
81+ * Default: [ChannelListHeaderNetworkDownIndicator](https://getstream.io/chat/docs/sdk/reactnative/contexts/channels-context/#headernetworkdownindicator )
8282 */
8383 HeaderNetworkDownIndicator : React . ComponentType ;
8484 /**
@@ -88,7 +88,7 @@ export type ChannelsContextValue<
8888 /**
8989 * Custom indicator to use when there is error in fetching channels
9090 *
91- * Default: [LoadingErrorIndicator](https://getstream.github. io/stream- chat-react-native/v3 /#loadingerrorindicator)
91+ * Default: [LoadingErrorIndicator](https://getstream.io/chat/docs/sdk/reactnative/contexts/channels-context /#loadingerrorindicator)
9292 * */
9393 LoadingErrorIndicator : React . ComponentType < LoadingErrorProps > ;
9494 /**
@@ -120,7 +120,7 @@ export type ChannelsContextValue<
120120 /**
121121 * Custom UI component to display individual channel list items
122122 *
123- * Default: [ChannelPreviewMessenger](https://getstream.github. io/stream- chat-react-native/v3/#channelpreviewmessenger )
123+ * Default: [ChannelPreviewMessenger](https://getstream.io/chat/docs/sdk/reactnative/ui-components/channel-preview-messenger/ )
124124 */
125125 Preview : React . ComponentType < ChannelPreviewMessengerProps < StreamChatGenerics > > ;
126126 /**
@@ -158,7 +158,7 @@ export type ChannelsContextValue<
158158 /**
159159 * Custom UI component to display loading channel skeletons
160160 *
161- * Default: [Skeleton](https://getstream.github. io/stream- chat-react-native/v3 /#skeleton)
161+ * Default: [Skeleton](https://getstream.io/chat/docs/sdk/reactnative/contexts/channels-context /#skeleton)
162162 */
163163 Skeleton : React . ComponentType ;
164164 /**
0 commit comments