We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45459b commit ba89493Copy full SHA for ba89493
src/components/MessageList/MessageList.tsx
@@ -226,7 +226,7 @@ const MessageListWithContext = <
226
return (
227
<MessageListContextProvider value={{ listElement, scrollToBottom }}>
228
<MessageListMainPanel>
229
- <DialogsManagerProvider>
+ <DialogsManagerProvider id='message-list-dialogs-manager'>
230
{!threadList && showUnreadMessagesNotification && (
231
<UnreadMessagesNotification unreadCount={channelUnreadUiState?.unread_messages} />
232
)}
0 commit comments