Skip to content

Commit c49be8b

Browse files
committed
Update to new redux-devtools-instrument api
1 parent 5de5df6 commit c49be8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@
7979
"redux": "^3.5.2",
8080
"redux-devtools": "^3.3.1",
8181
"redux-devtools-instrument": "^1.0.1",
82-
"remotedev-app": "^0.5.0-alpha-2"
82+
"remotedev-app": "^0.5.0-beta-2"
8383
}
8484
}

src/app/containers/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ export default class App extends Component {
4646
};
4747

4848
componentWillMount() {
49-
this.testComponent = (
49+
this.testComponent = (props) => (
5050
<TestGenerator
51-
testTemplates={testTemplates} selectedTemplate={selectedTemplate} useCodemirror
51+
testTemplates={testTemplates} selectedTemplate={selectedTemplate} useCodemirror {...props}
5252
/>
5353
);
5454
}

0 commit comments

Comments
 (0)