-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Example is not working in latest release #13
Comments
The usage of the const declaration inside the while loop appears to be wrong, since it should be a let declaration. Let me write some unit tests for the version before we applied the changes and see if I can catch what is not working anymore. |
Nice! Thanks! :D |
The pull request #17 solves this issue. A new version will be released soon. |
Problem not solved yet, still investigating, :( |
Release 0.0.6 solves this issue. |
I don't know if you guys noticed but the example doesn't seem to be working anymore after last release.
It seems like the mediator is not initialized.
I am probably doing this wrong, but if I change
to
It works.
Best
The text was updated successfully, but these errors were encountered: