Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alecmev opened this issue Jan 11, 2016 · 2 comments

Comments

@alecmev
Copy link

alecmev commented Jan 11, 2016

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
Copy link

baabgai commented Jan 21, 2016

Probably the result of
rt2zz/redux-persist#50

@arilitan
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants