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
Looks like the issues stems from using redux-immutable, which expects initial state to be instance of Immutable, so in this libraries case we return a Promise which results in error.
@cramatt can you also attach loadStore function? I suppose you're resolving Promise with object, but in your case it should be resolved with the instance of some Immutable object
I have gotten this to work at a basic level. But, after I add router and thunk enhancers, I get the following error:
Here is roughly my store:
The text was updated successfully, but these errors were encountered: