COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - http://web.archive.org/web/20210707033807/https://github.com/facebook/react/issues/18945
When react is inside an iframe, chrome extension for react devtools fails to detect react.
This is because the extension sets
__REACT_DEVTOOLS_GLOBAL_HOOK__only on the top level window. Apparently it's possible to have__REACT_DEVTOOLS_GLOBAL_HOOK__on iframes too by addingall_frames: truein extension manifest.json. It was done by redux devtools extension in zalmoxisus/redux-devtools-extension#56.Have you considered adding
all_frames: trueto chrome extension ?Steps To Reproduce
react-main.html