Add convoId as key to Convo wrapper (#4140)
This commit is contained in:
@@ -52,7 +52,7 @@ export function MessagesConversationScreen({route}: Props) {
|
||||
)
|
||||
|
||||
return (
|
||||
<ConvoProvider convoId={convoId}>
|
||||
<ConvoProvider key={convoId} convoId={convoId}>
|
||||
<Inner />
|
||||
</ConvoProvider>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user