-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[web-sys] yew 0.13 fails to compile #996
Comments
CharacterData needs to be deref'd to make a Node out of it. Fixes yewstack#996
I have same error. Please see comment |
I have the same problem as well. I tried to fix it but it looks like my naive fix won't pass tests. |
Same here. For reference: compiling https://github.com/test_web/yew-wasm-pack-template yields the same error as above, but before it even gets to the current project (The error seems to be from cargo compiling yew itself). |
Are all of you on |
CharacterData needs to be deref'd to make a Node out of it. Fixes #996
Yeah v0.3.36 was the issue, I just pushed yew v0.13.1 with @Detegr's fix. Thanks for the reports everyone! |
Problem
I want to update my project from std_web to web_sys.
When trying to build an
empty
(or not) project with the new featureweb_sys
, yew 0.13 does not compile.Steps To Reproduce
Steps to reproduce the behavior:
cargo new --lib project
cargo wasm build
orwasm-pack build
(it will be the same error with both)Expected behavior
I was expecting yew to build, but maybe am I doing something wrong ?
Environment:
The text was updated successfully, but these errors were encountered: