-
Notifications
You must be signed in to change notification settings - Fork 1.9k
JS: TypeError: Cannot read property 'nextTick' of undefined #1404
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
Comments
It looks like on |
@qwwdfsad reproducing project: issue1404.zip
Does it means until Will this bug be fixed in 1.3.0? |
Yes.
Most likely Thanks for the sample project, it was really helpful and saved a lot of time! |
Thanks a lot for fast reaction (really did not want to get stuck with Woot! Nifty! Superb! 🚀 |
I've got this error on
1.3.0+
. All works until1.2.2
.I use JS environment different from node.js and browser (mobile js framework NativeScript). There are no
window
and there are noprocess
. (seems related with #1027 #820)kotlinx.coroutines/kotlinx-coroutines-core/js/src/JSDispatcher.kt
Line 81 in 7699a20
And seems like in
1.3.0+
kotlinx-coroutines-core
introduce some changes that rely on the assumption that besides node.js and browser there is no other JS environments.How can I use coroutines in just general JS environment now?
The text was updated successfully, but these errors were encountered: