React devtools automatically triggering debugger

I have just changed some code in my react component and saved to check those changes in browser. But when I am going to browser then debugger is automatically getting triggered wheras I haven’t used debugger in my whole codebase.

This is what I am getting in the browser: enter image description here

Add Comment
1 Answer(s)

The debugger trigger has been shipped by mistake in the last 24 hours https://github.com/facebook/react/issues/19308 you have to wait for a new version and disable it in the meantime

Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.