zalmoxisus/redux-devtools-extension

Some nodes are not expanded in the graph

Open

#333 建立於 2017年4月9日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)JavaScript (13,478 star) (1,074 fork)batch import
help wantedmonitor

描述

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 !

貢獻者指南