andrewdavey / immutable-devtools

Chrome Dev Tools custom formatter for Immutable-js values
BSD 3-Clause "New" or "Revised" License
661 stars 29 forks source link

Support Immutable v4rc8 #33

Closed mattzeunert closed 6 years ago

mattzeunert commented 6 years ago

Immutable now calls toJS deeply even on immutable values contained in a native array or object. This was broke displaying child notes, e.g. for Immutable.Record({bar: new Immutable.Map({a: 5}) }).

https://github.com/facebook/immutable-js/pull/1369