While developing with create-react-app, my browser enters debugger mode on warnings:
It breaks on the source code of react-dev-tools:
Go to your ReactDev tools in the tab Debugging and disable "Break on Warning".
I think this new behavior started today with this new PR: https://github.com/facebook/react/pull/19048