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-immutablejs + redux-devtools no longer showing state #5

Closed
eventhough opened this issue Sep 10, 2015 · 3 comments
Closed

redux-immutablejs + redux-devtools no longer showing state #5

eventhough opened this issue Sep 10, 2015 · 3 comments

Comments

@eventhough
Copy link

When I implemented this library and converted my entire state object into a single immutable, redux-devtools stopped displaying the current state. Has anyone seen this issue? I figured I would ask here first since this is very specific to redux-immutablejs.

@asaf
Copy link
Contributor

asaf commented Sep 10, 2015

I haven't tested redux-devtools yet but from this first look it doesn't seems to support Immutables.

@gaearon
Copy link

gaearon commented Sep 12, 2015

Redux DevTools supports Immutables but there was a bug in react-json-tree that prevented them from rendering.

Please try redux-devtools@2.1.1 to see if it fixes the issue.

@asaf
Copy link
Contributor

asaf commented Sep 12, 2015

@gaearon Thanks for clarifying this.

@asaf asaf closed this as completed Sep 12, 2015
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