1

Everything was working fine before I added redux-offline in my store.

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

This is an error when I load the application for the first time. If I refresh again the error goes away.

enter image description here

prabin badyakar
  • 1,636
  • 2
  • 16
  • 24

0 Answers0