Skip to content

Commit

Permalink
Update to new redux-devtools-instrument api
Browse files Browse the repository at this point in the history
  • Loading branch information
zalmoxisus committed Jul 18, 2016
1 parent 5de5df6 commit c49be8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
"redux": "^3.5.2",
"redux-devtools": "^3.3.1",
"redux-devtools-instrument": "^1.0.1",
"remotedev-app": "^0.5.0-alpha-2"
"remotedev-app": "^0.5.0-beta-2"
}
}
4 changes: 2 additions & 2 deletions src/app/containers/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ export default class App extends Component {
};

componentWillMount() {
this.testComponent = (
this.testComponent = (props) => (
<TestGenerator
testTemplates={testTemplates} selectedTemplate={selectedTemplate} useCodemirror
testTemplates={testTemplates} selectedTemplate={selectedTemplate} useCodemirror {...props}
/>
);
}
Expand Down

0 comments on commit c49be8b

Please sign in to comment.