it's seem that the latest one still not support yew 0.19.0?
Closed this issue · 3 comments
sanriqing commented
WorldSEnder commented
To enable yew integration. Enable feature yew_integration in Cargo.toml.
You might have forgotten to activate that feature.
stylist = { version = "0.10", features = ["yew_integration"] }
simbleau commented
This should be a non-issue. I'm on yew 19 and I have no issues using stylist.
To enable yew integration. Enable feature yew_integration in Cargo.toml.
You might have forgotten to activate that feature.
stylist = { version = "0.10", features = ["yew_integration"] }
This sounds correct.
WorldSEnder commented
Closing this for now, feel free to reopen if you still face the issue @sanriqing