Closed eventhough closed 9 years ago
I haven't tested redux-devtools yet but from this first look it doesn't seems to support Immutables.
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.
@gaearon Thanks for clarifying this.
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.