immutable-devtools
immutable-devtools copied to clipboard
Chrome Dev Tools custom formatter for Immutable-js values
The string "null" is formatted as `null` itself, causing confusion. Screenshot: https://imgur.com/yx81O8Z This is on the Chrome extension as installed from the Chrome Web Store at https://chrome.google.com/webstore/detail/immutablejs-object-format/hgldghadipiblonfkkicmgcbbijnpeog?hl=en This appears to...
Hi, I was reading through the code of this library, and read the `renderIterableBody` function. Here is the source for it: ```javascript const renderIterableBody = (collection, mapper, options = {})...
It isn't on by default, at least for me, and then it doesn't work. 
Tried but got an error before running the code: ``` text [node-haste] Encountered an error while persisting cache: > SyntaxError: /Users/chen/repo/gist/Todolist/node_modules/immutable-devtools/before.png: Unexpected character '�' (1:0) > > 1 | �PNG...
It will helps a lot if `installDevTools` can be called directly in this package and only required injectiong code will be `require('immutable-devtools')`
The current colors works fine in light mode, but not in dark mode. Following [this blogpost](https://nicolaschevobbe.com/2024/07/21/console-log-light-dark.html) from @nchevobbe I did implement dark mode for immutable-devtools. ### Current / light mode...
Fixes https://github.com/mattzeunert/immutable-object-formatter-extension/issues/20 Fixes #37 ### Actual  ### New comportment 