Skip to content

Commit

Permalink
Merge pull request #92 from zalmoxisus/patch-1
Browse files Browse the repository at this point in the history
Rename deprecated `window.devToolsExtension`
  • Loading branch information
didierfranc authored Dec 10, 2018
2 parents bbcff41 + be1ec06 commit 8b06c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/devtools.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let id = 0

export default ({ initialState }, self) => {
const reduxDevTools = window.devToolsExtension
const reduxDevTools = window.__REDUX_DEVTOOLS_EXTENSION__

const instanceID = id
id += 1
Expand Down

0 comments on commit 8b06c2a

Please sign in to comment.