Created
August 3, 2022 18:03
-
-
Save brunos3d/4908142702186ee789f074d66abc5c53 to your computer and use it in GitHub Desktop.
Inspect/Find the React version of a website
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
__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