Skip to content
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

latest build doesn't show json #2232

Closed
tomlm opened this issue Feb 12, 2021 · 2 comments · Fixed by #2233
Closed

latest build doesn't show json #2232

tomlm opened this issue Feb 12, 2021 · 2 comments · Fixed by #2233
Assignees
Labels
Bug Your classic code defect

Comments

@tomlm
Copy link
Contributor

tomlm commented Feb 12, 2021

Version

What version of the Emulator are you using.
image

Describe the bug

I updated to latest preview and it stopped display json. I rebooted, still not display json. I installed 4.11.0 and it started working again.

To Reproduce

Install 4.11 212215

Expected behavior

To be able to see json

[bug]

@tomlm tomlm added the Bug Your classic code defect label Feb 12, 2021
@tonyanziano tonyanziano self-assigned this Feb 12, 2021
@tonyanziano
Copy link
Contributor

I can repro this in dev. Looking into a fix.

@tonyanziano
Copy link
Contributor

There was a breaking change in Electron that flew under the radar when I bumped up the version. <webview> tags are now disabled by default, and need to be explicitly enabled in the code. All the inspectors are hosted within these <webview> tags.

I have a PR up that re-enables them: #2233

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Your classic code defect
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants