Skip to content

Commit

Permalink
feat: assign static id to DialogsManager inside MessageList
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupela committed Sep 5, 2024
1 parent d45459b commit ba89493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MessageList/MessageList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const MessageListWithContext = <
return (
<MessageListContextProvider value={{ listElement, scrollToBottom }}>
<MessageListMainPanel>
<DialogsManagerProvider>
<DialogsManagerProvider id='message-list-dialogs-manager'>
{!threadList && showUnreadMessagesNotification && (
<UnreadMessagesNotification unreadCount={channelUnreadUiState?.unread_messages} />
)}
Expand Down

0 comments on commit ba89493

Please sign in to comment.