Durante lo sviluppo con l'app create-react, il mio browser entra in modalità debugger sugli avvisi:
Si interrompe nel codice sorgente di 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.
Come posso disattivare questo comportamento?