Closed BartBM closed 1 year ago
The crate worked with Dioxus 0.2.4 but since upgrading to 0.3.1, this compile error occurs whenever using an Icon:
79 | | Icon { | | ^^^^ expected `&Scoped<'_, _>`, found struct `dioxus_core::scopes::Scope`
Thanks! I released the new version for Dioxus version 0.3.1.
The crate worked with Dioxus 0.2.4 but since upgrading to 0.3.1, this compile error occurs whenever using an Icon: