zalmoxisus/redux-devtools-extension

Some nodes are not expanded in the graph

Open

#333 aperta il 9 apr 2017

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)JavaScript (1074 fork)batch import
help wantedmonitor

Metriche repository

Star
 (13.478 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Hi,

I'm not sure it's the right place nor if it's actually a bug, but it would be very helpful for me. My redux state is composed of Immutable.js. It seems that the graph correctly display the structure until a certain point.

capture d ecran de 2017-04-09 13-41-55 capture d ecran de 2017-04-09 13-41-59

In particular, this area of my state is a List of Record. In these Record, there is a Map<string,Record> that hold another Map<string,Record> recursively (this model a filesystem content with directories and files).

The graph show the List and each of the entries, but those entries are not expanded and only show as text.

Having the graph properly display the structure of the state would be really helpful.

Thanks !

Guida contributor