-
Notifications
You must be signed in to change notification settings - Fork 47.6k
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: debugger getting triggered on warnings (but setting not enabled) #19303
Comments
Happening to me as well on FF 79.0b5 (Dev Edition) with React DevTools 4.8.0-a5b449295. I'm guessing the following is the reason? Shouldn't this be react/packages/react-devtools-shared/src/utils.js Lines 252 to 262 in 14084be
|
As a temporary workaround, try setting this setting to true, closing the window, and then setting it back to false. We're tracking this in #19308 but I can't figure out how to update the FF addon (the store doesn't show any) so we'll need to wait for @bvaughn's help. I'm closing so we consolidate the discussion in #19308. |
React version: 16.9.5
Steps To Reproduce
(see screenshots at bottom)
The current behavior
The debugger gets triggered
The expected behavior
The debugger should not get triggered
Workaround
Refreshing the page did nothing.
I toggled the value on, closed the dialog, opened it again and toggled it off. That fixed it for me.
Screenshots
The text was updated successfully, but these errors were encountered: