immutable-devtools icon indicating copy to clipboard operation
immutable-devtools copied to clipboard

Chrome Dev Tools custom formatter for Immutable-js values

Results 11 immutable-devtools issues
Sort by recently updated
recently updated
newest added

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. ![devtools](https://cloud.githubusercontent.com/assets/1374327/19168875/1628c296-8be0-11e6-8e87-da327d65d97a.jpg)

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...

help wanted

How `Seq` should be displayed?

enhancement
help wanted

It will helps a lot if `installDevTools` can be called directly in this package and only required injectiong code will be `require('immutable-devtools')`

enhancement

Add :+1: if you wish this

enhancement

Add :+1: if you wish this

enhancement

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 ![yx81O8Z](https://github.com/user-attachments/assets/6b34ce65-4726-4d4f-93e4-236c1ca7ea6d) ### New comportment ![image](https://github.com/user-attachments/assets/3ea6c4a5-065e-47a4-8c07-f7eb6ee6ad52)