@@ -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) }
}
};