GuillaumeCisco / redux-sagas-injector

Helper for loading sagas asynchronously using redux
MIT License
69 stars 7 forks source link

regeneratorRuntime is not defined #1

Closed johuder33 closed 6 years ago

johuder33 commented 6 years ago

Using the current version of your package 0.2.2 I get the following error

screen shot 2017-10-11 at 5 54 15 pm

This only happened with the current version 0.2.2, but using version 0.1.0 is working

ethanneff commented 6 years ago

I am getting the same error

GuillaumeCisco commented 6 years ago

Hello @johuder33, sorry for the delay, I didn't receive the notifications about issues.

I will investigate about this in order to find a solution. regeneratorRuntime is present in a babel preset most of the time. I'm not sure we should include it.

GuillaumeCisco commented 6 years ago

@johuder33 @ethanneff Thanks for using redux-sagas-injector and sorry for the delay. I've just updated the code to 0.2.3. It should work correctly now. Tell me if you see any regression. Thank you,