outlandishideas/kasia

readux-saga takeEvery warning

nickpalmer opened this issue · 5 comments

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. 

I am running redux-saga 0.15.3

Is this v4.1 or v4.2 beta?

I am seeing it on v4.2 beta.

Any word on this yet? I'm using kasia 4.2.0-beta.4 and redux-saga 0.15.6 and still getting this message.

Fixed in #71, up on kasia@beta.