Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit 387ab04

Browse files
authored
Ignore __REDUX_DEVTOOLS_EXTENSION__ for consumers of this package (#105)
1 parent 696c702 commit 387ab04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/browser.js

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const getPlugin = () => {
5252
const devTool =
5353
__DEV__ &&
5454
window.__REDUX_DEVTOOLS_EXTENSION__ &&
55+
// $FlowFixMe
5556
__REDUX_DEVTOOLS_EXTENSION__();
5657

5758
const enhancers = [enhancer, ctxEnhancer(ctx), devTool].filter(

0 commit comments

Comments
 (0)