You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the help. Now I'm stuck on figuring out how to add redux store persistence. Simple using redux-persist didn't work out. I also tried using isPersistent: true as an option for withReducers but that didn't work either. What am I missing?
Edit: I fixed it by combining the reducers first using combineReducers so the error was on my end. It still would be nice to have a guide showing how to achieve code-splitting while persisting state.
I was able to persist the global state but still dont't seem to be able to make the widget state work with it.
Show how to:
The text was updated successfully, but these errors were encountered: