@@ -289,8 +289,6 @@ export type ChannelPropsWithContext = Pick<ChannelContextValue, 'channel'> &
289289 | 'ImageOverlaySelectedComponent'
290290 | 'numberOfAttachmentPickerImageColumns'
291291 | 'AttachmentPickerIOSSelectMorePhotos'
292- | 'attachmentPickerErrorButtonText'
293- | 'attachmentPickerErrorText'
294292 | 'numberOfAttachmentImagesToLoadPerCall'
295293 | 'AttachmentPickerContent'
296294 >
@@ -589,8 +587,6 @@ const ChannelWithContext = (props: PropsWithChildren<ChannelPropsWithContext>) =
589587 AutoCompleteSuggestionList = AutoCompleteSuggestionListDefault ,
590588 AttachmentUploadPreviewList = AttachmentUploadPreviewDefault ,
591589 ImageOverlaySelectedComponent = DefaultImageOverlaySelectedComponent ,
592- attachmentPickerErrorButtonText,
593- attachmentPickerErrorText,
594590 numberOfAttachmentImagesToLoadPerCall = 25 ,
595591 numberOfAttachmentPickerImageColumns = 3 ,
596592 giphyVersion = 'fixed_height' ,
@@ -1760,8 +1756,6 @@ const ChannelWithContext = (props: PropsWithChildren<ChannelPropsWithContext>) =
17601756 AttachmentPickerSelectionBar,
17611757 numberOfAttachmentPickerImageColumns,
17621758 attachmentPickerBottomSheetHeight,
1763- attachmentPickerErrorButtonText,
1764- attachmentPickerErrorText,
17651759 attachmentSelectionBarHeight,
17661760 numberOfAttachmentImagesToLoadPerCall,
17671761 AttachmentPickerContent,
@@ -1777,8 +1771,6 @@ const ChannelWithContext = (props: PropsWithChildren<ChannelPropsWithContext>) =
17771771 AttachmentPickerSelectionBar ,
17781772 numberOfAttachmentPickerImageColumns ,
17791773 attachmentPickerBottomSheetHeight ,
1780- attachmentPickerErrorButtonText ,
1781- attachmentPickerErrorText ,
17821774 attachmentSelectionBarHeight ,
17831775 numberOfAttachmentImagesToLoadPerCall ,
17841776 AttachmentPickerContent ,
0 commit comments