cyclejs-community / redux-cycles

Bring functional reactive programming to Redux using Cycle.js
MIT License
745 stars 30 forks source link

scheduleMicrotask is not a function #44

Open mauroporras opened 6 years ago

mauroporras commented 6 years ago

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:

screen shot 2017-12-27 at 14 44 46

This is the error:

screen shot 2017-12-27 at 14 45 28
lmatteis commented 6 years ago

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 6 years ago

Thanks @lmatteis. Is there a way that I can fix it myself?

lmatteis commented 6 years ago

@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 6 years ago

@lmatteis but the latest version of @cycle/run is 4.1.0. Is that ok?