single-spa / import-map-overrides

A browser and NodeJS javascript library for overriding import maps
MIT License
341 stars 47 forks source link

cross-origin when trying to embed the single-spa app, with devtools enabled, in an iframe #77

Closed nagasai-gadagottu closed 1 year ago

nagasai-gadagottu commented 1 year ago

I am trying to embed a single-spa application in an iframe as part of my project requirement. When I enable the devtools flag, I am seeing a cross-origin DOMException in the console and cannot see the import maps override UI in the browser. If I access the app in standlone, its working as expected.

image image
nagasai-gadagottu commented 1 year ago

My problem was already reported and fixed as issue https://github.com/single-spa/import-map-overrides/pull/62