-
Notifications
You must be signed in to change notification settings - Fork 145
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
Invalid invocation when creating a TimeoutFuture #96
Comments
@Guara92 Could you try it with https://github.com/MartinKavik/seed-rs-realworld/tree/seed_master? - It uses released |
@MartinKavik with the realworld example works fine, I'm trying to get it works inside your webpack starter project, inside a workspace where I've the backend. Maybe could be related to wasm-pack? |
@Guara92: Could you try to clone and run https://github.com/MartinKavik/seed-quickstart-webpack/tree/realworld_alternative_gloo? This branch has integrated realworld example and I think that the main reason for this issue are these calls: https://github.com/rustwasm/gloo/blob/master/crates/timers/src/sys.rs. Probably similar problem like the referenced one in comments in that @Pauan / other |
@MartinKavik I confirm that this workaround works! Thanks for the investigation and explanation of the problem! |
I believe the workaround for clear_timeout is now in gloo, @Pauan can you confirm? |
Thanks for the report, this should be fixed in version |
Describe the Bug
I'm playing with the seed real world example and i got a strange exception on loading the application
Actual Behavior
This is the function that throw the exception:
called by the init function of the home page
This is the exception
Firefox error is a little different
The text was updated successfully, but these errors were encountered: