Closed ToJen closed 5 years ago
Sorry about that!
This was fixed in #86 , so if you go ahead and change your Cargo.toml
to point to virtual-dom-rs = "0.6.3"
you should be good to go!
Thanks, it seems like it's still happening. Here's my new Cargo.toml
:
[package]
name = "client"
version = "0.1.0"
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2.37"
js-sys = "0.3.14"
virtual-dom-rs = "0.6.3"
css-rs-macro = "0.1"
[dependencies.web-sys]
version = "0.3"
features = [
"Document",
"MouseEvent",
"Window",
"console"
]
Bleh my apologies - I didn't bump the html-macro
version after #86
Changing to 0.6.4
(I just published it) should fix the problem!
Closing as this should be good to go now but please don't hesitate to let me know if things don't work for you!
Hey Chinedu, just going through the example and got this:
Here are the versions for my system: