mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-29 04:53:54 +03:00
add key path to item string
This commit is contained in:
parent
974d94f8b5
commit
7d5f885f8a
|
@ -159,7 +159,8 @@ export default class JSONNestedNode extends React.Component {
|
|||
nodeType,
|
||||
data,
|
||||
itemType,
|
||||
createItemString(data, collectionLimit)
|
||||
createItemString(data, collectionLimit),
|
||||
...keyPath
|
||||
);
|
||||
const stylingArgs = [keyPath, nodeType, expanded, expandable];
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user