当 React 应用程序位于 iframe 内时,React 的开发工具 chrome 扩展无法工作。
推荐人:https ://github.com/facebook/react/issues/18945
开发工具团队建议的解决方案: https ://github.com/zalmoxisus/redux-devtools-extension/pull/56 。
“将‘all_frames’选项添加到manifest.json,以允许DevTools访问可能保存商店而不是主页的iframe”。
我应该怎么做才能在 iframe 中启用开发工具。我应该克隆 devtools 存储库(https://github.com/facebook/react/tree/master/packages/react-devtools-extensions#build-steps)并添加 all_frames 选项并使用它吗?
javascript google-chrome-extension reactjs react-redux react-devtools