Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evenstensberg/10449be2b34f8975d52c09756e9aaf92 to your computer and use it in GitHub Desktop.
Save evenstensberg/10449be2b34f8975d52c09756e9aaf92 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