Skip to content

Instantly share code, notes, and snippets.

@brunos3d
Created August 3, 2022 18:03
Show Gist options
  • Save brunos3d/4908142702186ee789f074d66abc5c53 to your computer and use it in GitHub Desktop.
Save brunos3d/4908142702186ee789f074d66abc5c53 to your computer and use it in GitHub Desktop.
Inspect/Find the React version of a website
__REACT_DEVTOOLS_GLOBAL_HOOK__.renderers.forEach(r => console.log(`${r.rendererPackageName}: ${r.version}`))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment