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.
是否有任何包或解决方案来检测本机反应中的循环依赖导入?
[或者]
运行应用程序时,我可以获得循环导入的堆栈跟踪吗?
目前,循环依赖导入正在返回未定义的值,而没有说出确切的问题。
谢谢!
一种简单的解决方案是使用madge包检查任何 javascript 项目中的循环依赖项。
在项目文件夹中运行以下命令
madge --circular --extensions js app/