chore: this does not need to be async

This commit is contained in:
Greg Johnston
2025-07-27 08:34:59 -04:00
parent 877849a5dd
commit 623ee08f82

View File

@@ -548,7 +548,7 @@ impl ToTokens for Model {
quote! {
#[::leptos::prelude::lazy]
#[allow(non_snake_case)]
async fn #outer_name (el: ::leptos::web_sys::HtmlElement) {
fn #outer_name (el: ::leptos::web_sys::HtmlElement) {
#hydrate_fn_inner
}