Another (hopefully) quick rust/dioxus question: is dioxus_charts depending on dioxus 0.3.2 an issue for me trying to use it? I'm getting an error I don't understand.
18 | cx.render(rsx! {
| _______________-
19 | | div {
20 | | LineChart {
| | ^^^^^^^^^ expected fn pointer, found fn item
21 | | padding_top: 30,
... |
55 | | footer::Footer {}
56 | | })
| |_____- arguments to this function are incorrect
I dug into the signature of LineChart, and it looks like anything I'd expect. I copied the hardcoded example into my codebase and this is the error I got.