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

[redux] import takeEvery from 'redux-saga' has been deprecated #53

Closed
diegohaz opened this issue Jan 5, 2017 · 1 comment
Closed

[redux] import takeEvery from 'redux-saga' has been deprecated #53

diegohaz opened this issue Jan 5, 2017 · 1 comment

Comments

@diegohaz
Copy link
Owner

diegohaz commented Jan 5, 2017

import takeEvery from 'redux-saga' has been deprecated in favor of import takeEvery from 'redux-saga/effects'.
The latter will not work with yield*, as helper effects are wrapped automatically for you in fork effect.
Therefore yield takeEvery will return task descriptor to your saga and execute next lines of code.

@diegohaz
Copy link
Owner Author

diegohaz commented Jan 5, 2017

Fixed in c09300e

@diegohaz diegohaz closed this as completed Jan 5, 2017
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

1 participant