Cannot dispatch in the middle of a dispatch
问题 So the error I get is: Uncaught (in promise) Error: Invariant Violation: Dispatch.dispatch(...): Cannot dispatch in the middle of a dispatch.(…) I've read through countless of posts regarding this error but I can't seem to figure out why I get it. I get the error at pageload, from thereon it works fine. When I remove the loading action: loading: StudentsActions.studentsLoading it all works fine. You can find all the code on the github repo Thanks in advance ! 回答1: You are getting this error