Some nodes are not expanded in the graph
#333 aperta il 9 apr 2017
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.

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 !