Closed markcda closed 1 week ago
As long as AccordionTriggerProps
implements Properties
with #[derive(Props)]
, it should implement that trait. I agree with marc, this is probably a version issue. The version of diouxs-free-icons you are pulling in is probably implementing a different version of the Properties
trait than dioxus needs. Could you share the complete code that causes this error (with the cargo.toml)
Oh... I just created a project from scratch and everything compiled.
I'm so sorry for wasting your time. Thank for your patience!
Feature Request
We have
dioxus-free-icons
library, and for Dioxusv0.6.0-alpha.4
it doesn't compile.P.S. see this issue.
For code:
it says:
Implement Suggestion
So I'm guessing we need to manually implement
ComponentFunction
forProperties<T>