-
Notifications
You must be signed in to change notification settings - Fork 128
Redux saga error: 'Effects runner is not a function' #193
Comments
Transferred because this appears to be a |
ok thanks |
@coderwithattitude Are you trying to add sagas to drizzle's saga middleware? |
@cds-amal yes i am |
@coderwithattitude I'm currently working on a feature branch that allows sagas, and their associated reducers to be passed to Drizzle's An example of how it could be used is:
|
@coderwithattitude I'm unable to reproduce this issue. Are you using your own redux store with drizzle? Can you share your project/repo? |
This issue seems to be related to https://github.com/trufflesuite/drizzle/issues/168 (getting the same error while attempting to upgrade redux-saga from 0.16.x to 1.0.x). |
@coderwithattitude did you solve this? I just upgraded and got this issue. |
@dangell7 We're working on upgrading this. Redux-saga 1.0 introduced some breaking changes in regards to some effects that have to be accounted for. |
babel-plugin-redux-saga promises to produce better errors |
@cds-amal Are you saying you want me to upgrade and give you the results? Or that maybe its something in my app and not the repo? |
Sorry @dangell7. I left this note to remember to investigate that package when we upgrade to Redux-saga 1.0. I believe the way errors are returned from side-effects can be improved with it. |
Hi, to what extent is this issue being clarified? I am getting the same error when trying to combine my redux store with drizzle's store. Front-end project is using redux-saga 1.0.1 dependency. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been closed, but can be re-opened if further comments indicate that the problem persists. Feel free to tag maintainers if there is no reply to further comments. |
Hello,
each time i call the saga middleware i keep getting this error
below is my code
rootSaga.js
store.js
please help
The text was updated successfully, but these errors were encountered: