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

Make formatters work with Immutable v4 #29

Closed mattzeunert closed 6 years ago

mattzeunert commented 6 years ago

keySeq and size don't work on Record anymore when using Immutable v4, so this change works around it. The code is still compatible with Immutable v3.

Before and after: https://imgur.com/a/vX9UB (Github image upload is broken for me)

The error about set is specific to the index.html example Record having a set key.