gpt4 book ai didi

react-native - 防止终端上的 Require Cycle 警告

转载 作者:行者123 更新时间:2023-12-04 04:04:25 30 4
gpt4 key购买 nike

我不断收到 允许需要循环,但可能导致未初始化的值。考虑重构以消除对循环的需要。 在我的终端上发出警告,它使调试我的程序变得如此困难。

我用过了

YellowBox.ignoreWarnings([
'Require cycle:',
])

并且
console.disableYellowBox = true;

但都没有奏效。 YellowBox.ignoreWarnings 仅适用于移动设备上显示的警告,但不适用于我的 IDE 终端上的警告。如何防止在终端上收到这些警告。

最佳答案

我注释掉了以下几行,它们不再出现在终端和设备中。

node_modules/metro/src/lib/polyfills/require.js(第 114 行)

  console.warn(
"Require cycle: ".concat(cycle.join(" -> "), "\n\n") +
"Require cycles are allowed, but can result in uninitialized values. " +
"Consider refactoring to remove the need for a cycle."
);


注释掉该警告后,重新启动项目修复了我的问题。
附注。我正在使用世博会。

关于react-native - 防止终端上的 Require Cycle 警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55391879/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com