mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 16:54:41 -05:00
Compare commits
1 Commits
2901/trigg
...
nested-sus
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bdb8ff1884 |
@@ -98,6 +98,7 @@ pub fn App() -> impl IntoView {
|
||||
</Route>
|
||||
</Routes>
|
||||
</main>
|
||||
<footer><p>"Does the footer hydrate correctly?"</p></footer>
|
||||
</Router>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -245,6 +245,7 @@ where
|
||||
|
||||
HydrationCtx::continue_from(current_id);
|
||||
HydrationCtx::next_component();
|
||||
HydrationCtx::next_component();
|
||||
|
||||
leptos_dom::View::Suspense(current_id, core_component)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user