You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In main.rs line 143, it is written yew_services. Please change it to yew::services. Also, comment out yew_services in cargo.toml and the path to yew should not be there. There just "" these are fine. With a path, it does not compile on linux and with your specific path, it would not compile on any other pc :) 👍 .
The text was updated successfully, but these errors were encountered:
Yeah, you are right. This version is still under heavy development and is currently using yew from its master branch (which is supposed to be 0.18 in the future). So I maintain a version of yew locally, which is why you're seeing the path.
For now if you are trying to run it yourself, you can:
In main.rs line 143, it is written yew_services. Please change it to yew::services. Also, comment out yew_services in cargo.toml and the path to yew should not be there. There just "" these are fine. With a path, it does not compile on linux and with your specific path, it would not compile on any other pc :) 👍 .
The text was updated successfully, but these errors were encountered: