Closed markcda closed 1 week ago
This is because dioxus-free-icons's dioxus and your dioxus (alpha.4) don't match. Can you try with https://github.com/dioxus-community/dioxus-free-icons/pull/55 ?
Can you try with #55 ?
Yeah, already tried it
dioxus-free-icons = { git = "https://github.com/dioxus-community/dioxus-free-icons.git", branch = "feat/dioxus-0.6", features = ["hero-icons-solid"] }
Can you try with #55 ?
Yeah, already tried it
dioxus-free-icons = { git = "https://github.com/dioxus-community/dioxus-free-icons.git", branch = "feat/dioxus-0.6", features = ["hero-icons-solid"] }
Try updating with cargo update
, I updated it to alpha 4 just some minutes ago
Can you try with #55 ?
Yeah, already tried it
dioxus-free-icons = { git = "https://github.com/dioxus-community/dioxus-free-icons.git", branch = "feat/dioxus-0.6", features = ["hero-icons-solid"] }
Try updating with
cargo update
, I updated it to alpha 4 just some minutes ago
I've seen. This is the dioxus-free-icons/Cargo.toml
that I using:
# monorepo only work when using virtual manifest
# see: https://github.com/rust-lang/cargo/issues/7467#issuecomment-867632379
[workspace]
resolver = "2"
members = [
"packages/codegen",
"packages/example",
"packages/lib",
]
[workspace.dependencies]
dioxus = "0.6.0-alpha.4"
But did you run cargo update
?
But did you run
cargo update
?
Yes, of course. I mean, I saw your update and sync in a minute. No changes at all. Tell me if you needed an example project to reproduce the error.
Well, I just created a project from scratch and everything compiled.
I'm so sorry for wasting your time. Thank for your patience!
This error shows up on
0.6.0-alpha.4
version, simple adding#[component]
topub fn Icon<T>
isn't working