fix(app): session shouldn't be keyed

pull/10131/head
Adam 2026-01-22 20:28:10 -06:00
parent 14db336e3a
commit 71cd59932e
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ export function AppInterface(props: { defaultUrl?: string }) {
<Route
path="/session/:id?"
component={(p) => (
<Show when={p.params.id ?? "new"} keyed>
<Show when={p.params.id ?? "new"}>
<TerminalProvider>
<FileProvider>
<PromptProvider>