Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要调试一些在我的 React 应用程序中使用的道具。但是,如果我尝试检查某些组件,它们会显示为“正在加载...”而不是正常的道具列表:
但是,我知道这些组件已经渲染,因为我可以在 DOM 中看到它们。此外,它永远保持这种状态,因此显然它实际上并没有加载任何东西。
我正在使用 React DevTools4.2.1-3816ae7c3和 React16.12.0
4.2.1-3816ae7c3
16.12.0
在重新安装扩展后,我在使用 Ubuntu 时遇到了同样的问题。关闭 chrome 应用程序并重新打开它,然后它为我解决了它。