@@ -80,8 +80,8 @@
|
|||||||
"react-debounce-input": "^3.2.3",
|
"react-debounce-input": "^3.2.3",
|
||||||
"react-dom": "=17.0.2",
|
"react-dom": "=17.0.2",
|
||||||
"react-immutable-proptypes": "2.2.0",
|
"react-immutable-proptypes": "2.2.0",
|
||||||
"react-immutable-pure-component": "=2.2.0",
|
"react-immutable-pure-component": "^2.2.0",
|
||||||
"react-inspector": "=5.1.1",
|
"react-inspector": "^5.1.1",
|
||||||
"react-motion": "^0.5.2",
|
"react-motion": "^0.5.2",
|
||||||
"react-redux": "^7.2.4",
|
"react-redux": "^7.2.4",
|
||||||
"react-syntax-highlighter": "^15.4.3",
|
"react-syntax-highlighter": "^15.4.3",
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ export default class Debug extends React.Component {
|
|||||||
|
|
||||||
<Collapse isOpened={this.state.jsonDumpOpen} springConfig={presets.noWobble}>
|
<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>
|
</Collapse>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user