Skip to content

Commit ba89493

Browse files
committed
feat: assign static id to DialogsManager inside MessageList
1 parent d45459b commit ba89493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MessageList/MessageList.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ const MessageListWithContext = <
226226
return (
227227
<MessageListContextProvider value={{ listElement, scrollToBottom }}>
228228
<MessageListMainPanel>
229-
<DialogsManagerProvider>
229+
<DialogsManagerProvider id='message-list-dialogs-manager'>
230230
{!threadList && showUnreadMessagesNotification && (
231231
<UnreadMessagesNotification unreadCount={channelUnreadUiState?.unread_messages} />
232232
)}

0 commit comments

Comments
 (0)