unknown-property.rs raw
guiduck_component_macro::component_str!(r##"
(component Broken
(handler go)
(container :colour "#fff" :on-click go
(text :text "hi")))
"##);
fn main() {}
guiduck_component_macro::component_str!(r##"
(component Broken
(handler go)
(container :colour "#fff" :on-click go
(text :text "hi")))
"##);
fn main() {}