“Error: You may not call store.getState() while the reducer is executing.”

后端 未结 10 1658
囚心锁ツ
囚心锁ツ 2020-12-07 21:41

I just upgraded my fully functional react-native app to Redux v4, but now I am getting the following error:

Error: Error: Error: Error: You may not call

10条回答
  •  情深已故
    2020-12-07 22:38

    Solution That work for me

    Disable the Chrome extension of Redux Dev tools. or remove logger from your code.

    update: Update your redux dev tools from 2.16.0 to 2.16.1 Update Redux Dev tools.

提交回复
热议问题