mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-19 07:08:26 +00:00
Clean up some bits
This commit is contained in:
parent
3f15612c8e
commit
e801007698
2 changed files with 1 additions and 3 deletions
packages
|
@ -250,9 +250,7 @@ fn create_random_element(cx: DepthProps) -> Element {
|
|||
)
|
||||
.into_boxed_str(),
|
||||
));
|
||||
println!("{template:#?}");
|
||||
let node = cx.vnode(
|
||||
None.into(),
|
||||
None,
|
||||
template,
|
||||
dynamic_node_types
|
||||
|
|
|
@ -146,7 +146,7 @@ impl ToTokens for ElementAttrNamed {
|
|||
ElementAttrName::Custom(_) => todo!(),
|
||||
},
|
||||
_ => {
|
||||
quote! { dioxus_elements::events::#value(__cx, #value) }
|
||||
quote! { dioxus_elements::events::#value(#value) }
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue