futursolo/stylist-rs

it's seem that the latest one still not support yew 0.19.0?

Closed this issue · 3 comments

I'm a new bee who is trying to study yew.
i got error below.
image

yew = "0.19"
stylist = "0.10"
wasm-bindgen = "0.2.80"
web-sys = "0.3.57"

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 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.

Closing this for now, feel free to reopen if you still face the issue @sanriqing