Skip to content
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

yew 0.20.0 version changes #1

Open
ztuskes opened this issue Apr 10, 2023 · 1 comment
Open

yew 0.20.0 version changes #1

ztuskes opened this issue Apr 10, 2023 · 1 comment

Comments

@ztuskes
Copy link

ztuskes commented Apr 10, 2023

I just leave here if someone try the example, but want use the later version of yew:

yew::start_app::<CounterComponent>();

changed to:

yew::Renderer::<CounterComponent>::new().render();

@aplatypus
Copy link

Yes that fixes the problem. I think the example should be updated to match currently supported Yew features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants