Skip to content
New issue

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

uncaught at rootSaga TypeError: (0 , _effects.all) is not a function #995

Closed
joetidee opened this issue May 19, 2017 · 2 comments
Closed

Comments

@joetidee
Copy link

Am getting this in the browser console:

uncaught at rootSaga 
 TypeError: (0 , _effects.all) is not a function

In thie tutorial...
https://redux-saga.js.org/docs/introduction/BeginnerTutorial.htm

'all' is defined as coming form the effects module:
import { put, takeEvery, all } from 'redux-saga/effects'

Is this correct?

@Andarist
Copy link
Member

What version of the redux-saga do u use? all was introduced in v0.15

@joetidee
Copy link
Author

Thank you - have upgraded and error now gone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants