Posts by Ederson Machado • 16 points
1 post
-
0
votes1
answer221
viewsA: Redux Saga function is not being called
Is missing the "all" before the call. Yield all[ takeLatest('LOGIN', asyncLogin) ]; I hope it helps :)
1 post
0
votes1
answer221
viewsIs missing the "all" before the call. Yield all[ takeLatest('LOGIN', asyncLogin) ]; I hope it helps :)