mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
This commit is contained in:
parent
a302257129
commit
9af1c7e1a3
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ use web_sys::AnimationEvent;
|
|||
)]
|
||||
#[component]
|
||||
pub fn Outlet() -> impl IntoView {
|
||||
_ = HydrationCtx::next_component();
|
||||
let id = HydrationCtx::id();
|
||||
let route = use_route();
|
||||
let route_states = expect_context::<Memo<crate::RouterState>>();
|
||||
|
|
Loading…
Reference in a new issue