Forked from ryanflorence/gist:1030d36ef0b6f1bc5159525b145a925a
Created
June 8, 2016 21:20
-
-
Save srph/3fd775d0dcbc35498649257830efb623 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ( | |
process.env.NODE_ENV === 'production' && | |
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ && | |
Object.keys(window.__REACT_DEVTOOLS_GLOBAL_HOOK__._renderers).length | |
) { | |
window.__REACT_DEVTOOLS_GLOBAL_HOOK__._renderers = {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment