React dev tools - Deactivate “break on warnings”

后端 未结 6 2242
说谎
说谎 2021-02-11 11:45

While developing with create-react-app, my browser enters debugger mode on warnings:

It breaks on the source code of react-dev-tools:



        
6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-11 12:14

    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

提交回复
热议问题