zalmoxisus/redux-devtools-extension

Some nodes are not expanded in the graph

Open

#333 opened on Apr 9, 2017

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (13,478 stars) (1,074 forks)batch import
help wantedmonitor

Description

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 !

Contributor guide