@@ -34,7 +34,7 @@ export default class Debug extends React.Component {
|
||||
|
||||
<Collapse isOpened={this.state.jsonDumpOpen} springConfig={presets.noWobble}>
|
||||
|
||||
<ObjectInspector data={getState().toJS() || {}} name="state" initialExpandedPaths={["state"]}/>
|
||||
<ObjectInspector data={getState().toJS() || {}} name="state" expandPaths={["state"]}/>
|
||||
|
||||
</Collapse>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user