File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ function ChatThreadRouteView() {
222222 return (
223223 < >
224224 < SidebarInset className = "h-dvh min-h-0 overflow-hidden overscroll-y-none bg-background text-foreground" >
225- < ChatView threadId = { threadId } />
225+ < ChatView key = { threadId } threadId = { threadId } />
226226 </ SidebarInset >
227227 < DiffPanelInlineSidebar
228228 diffOpen = { diffOpen }
@@ -237,7 +237,7 @@ function ChatThreadRouteView() {
237237 return (
238238 < >
239239 < SidebarInset className = "h-dvh min-h-0 overflow-hidden overscroll-y-none bg-background text-foreground" >
240- < ChatView threadId = { threadId } />
240+ < ChatView key = { threadId } threadId = { threadId } />
241241 </ SidebarInset >
242242 < DiffPanelSheet diffOpen = { diffOpen } onCloseDiff = { closeDiff } >
243243 { shouldRenderDiffContent ? < LazyDiffPanel mode = "sheet" /> : null }
You can’t perform that action at this time.
0 commit comments