1 min readApr 25, 2019
Hi Carlos Merengue, as a first step I would console.log(store.getActions())
inside the catch block to see which are the actions that are actually getting dispatched (if any). Hope that helps!
Hi Carlos Merengue, as a first step I would console.log(store.getActions())
inside the catch block to see which are the actions that are actually getting dispatched (if any). Hope that helps!