Skip to content

Commit

Permalink
chore(deps): update react-inspector to v5.1.1
Browse files Browse the repository at this point in the history
Refs #7341
  • Loading branch information
char0n committed Nov 3, 2021
1 parent 4d04fde commit 6441ef7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"react-debounce-input": "^3.2.3",
"react-dom": "=17.0.2",
"react-immutable-proptypes": "2.2.0",
"react-immutable-pure-component": "=2.2.0",
"react-inspector": "=5.1.1",
"react-immutable-pure-component": "^2.2.0",
"react-inspector": "^5.1.1",
"react-motion": "^0.5.2",
"react-redux": "^7.2.4",
"react-syntax-highlighter": "^15.4.3",
Expand Down
2 changes: 1 addition & 1 deletion src/core/components/debug.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 6441ef7

Please sign in to comment.