-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
Uncaught reference error with Monix 3.2.0 and Scala-Js 1.0.1 #1166
Comments
Thanks for the very detailed report @kbielefe, we are using We'll fix it today and do an emergency release maybe. |
Thanks for the quick response. I should have mentioned this was while running in a browser/V8. For the record: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36 OPR/67.0.3575.137 |
Be happy to. How can I get the SNAPSHOT artifact? |
@Avasil works for sttp-client :) |
@kbielefe you need to add |
@Avasil works great with my code. |
Awesome, thank you for feedback and reports! I have just released official |
I am getting an
Uncaught ReferenceError: setImmediate is not defined
on this line when running under Monix 3.2.0 and Scala-Js 1.0.1. Appears to be a manifestation of this runtime behavior change. Should be able to replace it with:A search reveals no other instances of this same idiom, but it may be worth checking for some of the other breaking changes.
The text was updated successfully, but these errors were encountered: