Looks like you forgot about the debugger inside the react_devtools_backend.js.
React dev tools version: 4.8.0
If I open devtools with react dev tools extension it will stop every time on debugger inside react_devtools_backend.js
It doesn't seem like it should be happening 馃槂
Same here, I've had to disable the extension because of this... :smile:
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.
As a temporary solution you can "blackbox" script in Chrome Dev Tools:
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 (localStorage.clear()
).
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:
Put the checkmark next to Break on Warnings
Remove the checkmark next to Break on Warnings
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 (https://github.com/facebook/react/issues/19308#issuecomment-656682924).
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.
Most helpful comment
Here's a step-by-step instruction for how to work around it while the fix is pending review:
Put the checkmark next to Break on Warnings
Remove the checkmark next to Break on Warnings
Now reload the page and you shouldn't be bothered by it.