使用create-react-app进行开发时,我的浏览器在出现警告时进入调试器模式:
它打破了react-dev-tools的源代码:
// --- Welcome to debugging with React DevTools ---
// This debugger statement means that you've enabled the "break on warnings" feature.
// Use the browser's Call Stack panel to step out of this override function-
// to where the original warning or error was logged.
如何停用此行为?