scheduleMicrotask is not a function
mauroporras opened this issue · 4 comments
mauroporras commented
lmatteis commented
Thanks @mauroporrasp
We'll look into this issue.
@nickbalestra @goshakkk should be an easy update to the dependency
field in package.json to depend on ^3.0.0 so we don't break for upgrades?
mauroporras commented
Thanks @lmatteis. Is there a way that I can fix it myself?
lmatteis commented
@mauroporrasp I think simply changing this line https://github.com/cyclejs-community/redux-cycles/blob/master/package.json#L70 into a hard ^3.0.0
dependency as you mention should be enough. If you could submit a PR would be perfect otherwise I'll have to wait until I get back to my home computer this weekend.
mauroporras commented
@lmatteis but the latest version of @cycle/run
is 4.1.0
. Is that ok?