-
Notifications
You must be signed in to change notification settings - Fork 47k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Unexpected debugger statement in DevTools (solved) #19308
Comments
Same here, I've had to disable the extension because of this... 😄 |
Same for me. |
Looks bad. |
Same here |
That's the guy you're looking for :D |
Yes, but see the comment above it. :-) It is intentional, but this option should have been off by default. |
You should also be able to go to Components tab, press Settings gear, add checkbox to Break on Warning, then do this again, and remove the checkbox as a temporary workaround. |
I'll keep it open until we cut a release |
Thanks 🙌 |
I've submitted a fix to Chrome addons. It should appear there in a few hours. If it doesn't work after updating to 4.8.1, try to clear your local storage ( I can't figure out how to submit it to FF store because something in our process has changed. So @bvaughn will be able to help us out there when he wakes up. :-) |
Here's a step-by-step instruction for how to work around it while the fix is pending review:
Now reload the page and you shouldn't be bothered by it. |
Please refrain from "same" comments unless you have something new to say. They are not helpful and obscure the workaround (#19308 (comment)). |
Update:
|
We'll keep this issue open until the fix has been deployed on Chrome, but I'm going to lock it to prevent +1 😄 |
4.8.1 is live in Chrome store now too, so I'm going to close this. |
Looks like you forgot about the debugger inside the react_devtools_backend.js.
React dev tools version: 4.8.0
Steps To Reproduce
The current behavior
If I open devtools with react dev tools extension it will stop every time on debugger inside react_devtools_backend.js
The expected behavior
It doesn't seem like it should be happening 😃
The text was updated successfully, but these errors were encountered: