Skip to content

Instantly share code, notes, and snippets.

@nthung2112
Created November 17, 2018 02:30
Show Gist options
  • Select an option

  • Save nthung2112/bb340cb7ca5575397cc7455abe79516e to your computer and use it in GitHub Desktop.

Select an option

Save nthung2112/bb340cb7ca5575397cc7455abe79516e to your computer and use it in GitHub Desktop.
Disabling the React DevTools
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