Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 31 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save ryanflorence/1030d36ef0b6f1bc5159525b145a925a to your computer and use it in GitHub Desktop.
Save ryanflorence/1030d36ef0b6f1bc5159525b145a925a to your computer and use it in GitHub Desktop.
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