We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/zeit/next.js/blob/603b90ce02851c3df0d40045f780be7e4e278be9/examples/with-redux-saga/store.js#L26
This is my solution
delete store.sagaTask = sagaMiddleware.run(rootSaga)
and add
store.runSagaTask = () => { store.sagaTask = sagaMiddleware.run(rootSaga) } // run the rootSaga initially store.runSagaTask()
The text was updated successfully, but these errors were encountered:
Thanks! I got the same error.
Sorry, something went wrong.
I got it too.
@minooo why not send a pull request?
@timneutkens O,I would do this next time
No branches or pull requests
https://github.com/zeit/next.js/blob/603b90ce02851c3df0d40045f780be7e4e278be9/examples/with-redux-saga/store.js#L26
This is my solution
delete
store.sagaTask = sagaMiddleware.run(rootSaga)and add
The text was updated successfully, but these errors were encountered: