-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Property Editor] Embedded IFRAME is blank #8756
Comments
I just encountered this as well, doesn't seem like anything in particular triggered it. I'm now on the wasm build of DevTools. |
Encountered this again, not on the Property Editor. I had toggled the legacy inspector off and the embedded DevTools went blank. Unfortunately I triggered a reload before I capturing any logs 🤦 |
And encountered a black screen again, this time with error similar to the one Ander encountered (again, this was the DevTools inspector which opens when launching an app and not the Property Editor):
|
@anderdobo ran into this issue when trying out the Property Editor.
The Property Editor would work as expected, and then suddenly the panel would go blank. When this happened, the embedded IFRAME sections of the Flutter panel would go blank as well. Running "Developer: Reload window" would temporarily fix it.
Here are the JS console errors:
And the Dart debugging logs:
Note: Based on stack trace, this is with
wasm
enabled, but I have switched to wasm as well and haven't yet been able to reproduce this.The text was updated successfully, but these errors were encountered: