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
Copy file name to clipboardExpand all lines: src/components/ChannelSearch/SearchResults.tsx
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ export type AdditionalSearchResultsProps<
160
160
SearchEmpty?: React.ComponentType;
161
161
/** Custom UI component to display the search loading state */
162
162
SearchLoading?: React.ComponentType;
163
-
/** Custom UI component to display a search result list item, defaults to and accepts the same props as: [DefaultSearchResultItems](https://github.com/GetStream/stream-chat-react/blob/master/src/components/ChannelSearch/SearchResults.tsx) */
163
+
/** Custom UI component to display a search result list item, defaults to and accepts the same props as: [DefaultSearchResultItem](https://github.com/GetStream/stream-chat-react/blob/master/src/components/ChannelSearch/SearchResults.tsx) */
0 commit comments