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.
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.