scheduleMicrotask is not a function
Hi guys
I upgraded to the latest version of @cycle/run and I'm getting schedulemicrotask is not a function
It doesn't happen with version "^3.0.0"
These are my dependencies:

This is the error:

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?
Thanks @lmatteis. Is there a way that I can fix it myself?
@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.
@lmatteis but the latest version of @cycle/run is 4.1.0. Is that ok?