rt2zz / redux-persist-transform-immutable

immutable support for redux-persist
112 stars 42 forks source link

Redux DevTools aren't picking up a re-hydrated store as an immutable object #4

Open alecmev opened 8 years ago

alecmev commented 8 years ago

session has been re-hydrated, the other two have been initialized by the app. All three have toJS({...something}) as their initial values. If I log out and then log in (resulting in session being overwritten), then it appears in the same way as status and cache (which is the desired way). Not sure what the issue is, couldn't figure out how DevTools treats immutable maps on the first glance (here's the pull which does iterables in general).

baabgai commented 8 years ago

Probably the result of https://github.com/rt2zz/redux-persist/issues/50

arilitan commented 8 years ago

Hey I'm having this issue as well, when the store is rehydrated I am getting a plain object and not an immutable one. Any luck here?