aikoven / typescript-fsa-redux-saga

TypeScript FSA utilities for redux-saga
MIT License
61 stars 4 forks source link

Hard dependency on redux-saga (not working with redux-saga v1.0.0-beta.0) #6

Closed MJLHThomassen-Eurocom closed 6 years ago

MJLHThomassen-Eurocom commented 6 years ago

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?

I'll have a look at making a PR for that.

aikoven commented 6 years ago

Fixed in v1.1.0.