Kartik Sharma

Results 2 issues of Kartik Sharma

``` function* cb() { yield put({ type: 'actionB' })) } function* saga() { yield take('actionA'); someEventListener(cb) yield take('actionB'); yield put({ type: 'success' }); } ``` Now what i want my...

I was expecting to see the prefix passed as prop, prefixed to the value displayed in the label but it doesn't show. I don't think there is any such functionality...