mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
parent
0dbcc323ba
commit
25c313aeb5
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ pub fn Outlet(cx: Scope) -> impl IntoView {
|
||||||
prev_scope.dispose();
|
prev_scope.dispose();
|
||||||
}
|
}
|
||||||
is_showing.set(Some((child.id(), child.cx())));
|
is_showing.set(Some((child.id(), child.cx())));
|
||||||
provide_context(child.cx(), child.clone());
|
provide_context(cx, child.clone());
|
||||||
set_outlet.set(Some(child.outlet(cx).into_view(cx)))
|
set_outlet.set(Some(child.outlet(cx).into_view(cx)))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue