You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @bayun2. Thanks for reporting this and helping to make Electron better!
Would it be possible for you to make a standalone testcase with only the code necessary to reproduce the issue? For example, Electron Fiddle is a great tool for making small test cases and makes it easy to publish your test case to a gist that Electron maintainers can use.
Stand-alone test cases make fixing issues go more smoothly: it ensure everyone's looking at the same issue, it removes all unnecessary variables from the equation, and it can also provide the basis for automated regression tests.
Now adding the blocked/need-repro label for this reason. After you make a test case, please link to it in a followup comment. This issue will be closed in 10 days if the above is not addressed.
Preflight Checklist
Electron Version
22.0.0
What operating system are you using?
macOS
Operating System Version
macOS Ventura 13.0.1
What arch are you using?
x64
Last Known Working Electron version
21.0.1
Expected Behavior
The dev tools can display the style of the selected element
Actual Behavior
The dev tools cannot display the style of the selected element

The terminal displays the following error

It seems that when devtools detects the style conflict prompt again, there is an internal js variable that is not defined and throws an error.
devtools has modified this variable, I don’t know whether it can be fixed by upgrading the version of devtools built in electron
Testcase Gist URL
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: