indexiatech / redux-immutablejs

Redux Immutable facilities.
BSD 3-Clause "New" or "Revised" License
684 stars 36 forks source link

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

Closed eventhough closed 9 years ago

eventhough commented 9 years ago

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 commented 9 years ago

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

gaearon commented 9 years ago

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 commented 9 years ago

@gaearon Thanks for clarifying this.