While developing with create-react-app, my browser enters debugger mode on warnings:
It breaks on the source code of react-dev-tools:
The issue is due to a recent release. A Workaround proposed by the React team is:
Make sure at last the Break on Warnings checkbox is unchecked.
Reference: Issue link