При разработке с помощью create-response-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.
Как я могу отключить это поведение?