标签: redux react-redux persist redux-offline
在我的商店中添加redux-offline之前,一切工作正常。
export const store = createStore( persistedReducer, composeWithDevTools(middleware, offline(offlineConfig)) );
这是我第一次加载应用程序时的错误。如果我再次刷新,该错误就会消失。