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
Drag any component from the left menu to a browser mockup.
What is expected?
No errors :)
What is actually happening?
When a component is dropped on browser mockup (iframe), the extension raises this error:
2VM212:1 Uncaught DOMException: Blocked a frame with origin "https://shuffle.dev" from accessing a cross-origin frame.
at e (:1:218)
at HTMLIFrameElement. (:1:432)
This started to occur on June 9th, so when you released the latest version.
The text was updated successfully, but these errors were encountered:
kemyd
changed the title
Vue devtools
Vue devtools raises an exception when something has been added to an iframe
Jun 13, 2021
I reported the same in #1481 and then I thought it's not vue-devtools's problem. But now I'm more convinced that it is. I can only reproduce error when vue-devtools are installed and enabled in Chrome browser.
Also looking at our Sentry errors I can see that this error only ever happened to our developers who are using the extension.
Version
6.0.0-beta.14
Browser and OS info
Chrome (all)
Steps to reproduce
Vue Devtools raises an exception when something has been added to an iframe.
What is expected?
No errors :)
What is actually happening?
When a component is dropped on browser mockup (iframe), the extension raises this error:
2VM212:1 Uncaught DOMException: Blocked a frame with origin "https://shuffle.dev" from accessing a cross-origin frame.
at e (:1:218)
at HTMLIFrameElement. (:1:432)
This started to occur on June 9th, so when you released the latest version.
The text was updated successfully, but these errors were encountered: