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

Loosen Immutable library dependency #34

Closed mattzeunert closed 6 years ago

mattzeunert commented 6 years ago

Using instanceof to detect a Record only works if the library instance loaded on the page is the same as the one passed into installDevtools. That's not the case in the Chrome extension.

This PR uses an alternative to instanceof and also adds a set of manual test cases to check code changes didn't break the formatters.