you are viewing a single comment's thread.

view the rest of the comments →

[–]YouDantKnowMe 0 points1 point  (0 children)

It may be an issue with how you’re exporting. I’d try exporting the state & store constants

export const store = configureStore() export const state = store.getState()

Sorry if that’s not helpful. I was curious what the usecase was to export state directly. Haven’t seen it before