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

后端 未结 10 1655
囚心锁ツ
囚心锁ツ 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:30

    Should be fixed now. Update your redux dev tools from 2.16.0 to 2.16.1

    https://github.com/zalmoxisus/redux-devtools-extension/issues/588#issuecomment-442396540

提交回复
热议问题