redux-persist-transform-immutable icon indicating copy to clipboard operation
redux-persist-transform-immutable copied to clipboard

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

Open alecmev opened this issue 8 years ago • 2 comments

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).

alecmev avatar Jan 11 '16 15:01 alecmev