colinbate / redux-form-submit-saga

Handles redux-form submissions using redux-saga
MIT License
61 stars 12 forks source link

Updated to use new method of spawning multiple sagas #14

Closed PeteAndersen closed 7 years ago

PeteAndersen commented 7 years ago

Fixes the redux-saga depreciation warning mentioned in #11

PeteAndersen commented 7 years ago

That's true, I overlooked that. Do you want to update the peer dependency for redux-saga? It looks like all was added in 15.0, which blocks out a lot of versions currently supported by redux-form-submit-saga.

hugobessa commented 7 years ago

I've made a fork of your fork. In there I checked if alleffect is undefined before using it. And in the case it is not I use the old notation. I also updated the package.json to support redux-saga 0.15.x as well.

I've sent a PR to your fork so you can update this PR.

PeteAndersen commented 7 years ago

Thanks!

hugobessa commented 7 years ago

@colinbate can you merge this?

colinbate commented 7 years ago

I'll merge this once my comments above are addressed. Sorry for my absence over the past couple months.

hugobessa commented 7 years ago

@colinbate, I guess it's fixed now!

colinbate commented 7 years ago

Thanks, I'll look to merging it now.

PeteAndersen commented 7 years ago

Thanks @hugobessa for taking it all the way

colinbate commented 7 years ago

Published at 1.2.1

Let me know if you have any issues with it.