Ive upgraded to redux-saga v1.0.0-beta.0. Suddenly all sagas created with bindAsyncAction wouldn't work anymore. According to a conversation with Mateusz Burzyński on github:
I've switched to using symbols in effect descriptors
so the yielded effects by this library
might not get interpreted OK
I think this library should move from having redux-saga as dep to peerDep
and allow v1-beta
would u like to create a PR for it?
Ive upgraded to redux-saga v1.0.0-beta.0. Suddenly all sagas created with bindAsyncAction wouldn't work anymore. According to a conversation with Mateusz Burzyński on github:
I'll have a look at making a PR for that.