-
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
Firefox React DevTools breaks XML formatting #17620
Comments
I am able to reproduce the behavior described using Firefox Developer Edition (72.0b1) but regular Firefox (71.0) does not exhibit the buggy behavior. I don't believe this is something that the React DevTools add-on should be able to cause, since syntax highlighting is a built-in browser feature. There is no error in the console (or the add-on if I inspect it). Just enabling the extension is enough to immediately "break" pretty-print for XML files, e.g. https://www.w3schools.com/xml/note.xml I believe that this may be a Firefox Developer Edition bug. It's probably not something that an extension should be able to cause. I'll open a bug on their end: cc @jasonLaster |
Thanks! I see the same with Redux DevTools and the LastPass add-on |
It's unclear what Firefox is going to do on their end about this, but it seems like we can make this better by checking in the content script if |
This will be fixed in the next release. |
FYI this issue should be fixed in v4.4 (released today) |
Steps to reproduce:
Using Firefox Developer Edition 72.0b6 on macOS 10.15.2
The text was updated successfully, but these errors were encountered: