应用程序在首次运行时无法加载。 (无法将未定义或null转换为对象)

时间:2019-04-05 17:46:35

标签: redux react-redux persist redux-offline

在我的商店中添加redux-offline之前,一切工作正常。

export const store = createStore(
    persistedReducer,
    composeWithDevTools(middleware, offline(offlineConfig))
);

这是我第一次加载应用程序时的错误。如果我再次刷新,该错误就会消失。

enter image description here

0 个答案:

没有答案