fix hydration
This commit is contained in:
@@ -57,7 +57,7 @@ pub fn Routes() -> impl leptos::IntoView {
|
||||
<StyledHeader items=header_items />
|
||||
|
||||
<div class="container mx-auto mt-2">
|
||||
{wall_uid.get().map(|wall_uid| view! {<Import wall_uid/>})}
|
||||
{move || wall_uid.get().map(|wall_uid| view! {<Import wall_uid/>})}
|
||||
|
||||
<Suspense fallback=|| view! {"loading"}>
|
||||
<For
|
||||
|
||||
Reference in New Issue
Block a user