mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
fix outputting rsx with a manual location
This commit is contained in:
parent
b403bb51a8
commit
913ed0cfe3
1 changed files with 2 additions and 6 deletions
|
@ -85,9 +85,7 @@ impl CallBody {
|
|||
};
|
||||
|
||||
quote! {
|
||||
dioxus_core::LazyNodes::new( move | __cx: &dioxus_core::ScopeState| -> dioxus_core::VNode {
|
||||
#body
|
||||
})
|
||||
#body
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -119,9 +117,7 @@ impl ToTokens for CallBody {
|
|||
};
|
||||
|
||||
out_tokens.append_all(quote! {
|
||||
dioxus_core::LazyNodes::new( move | __cx: &dioxus_core::ScopeState| -> dioxus_core::VNode {
|
||||
#body
|
||||
})
|
||||
#body
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue