Echo JS 0.11.0

<~>

tracker1 2895 days ago. link 1 point
Comment posted on website:

You need a separate subscriber inside your iframe… I’m guessing you are using <Provide> to wrap your components in the outer window… what you need to do is in the inner window, access the outer store (you’ll need to attach this to the outer window), then from the inner window, use window.parent.store (or whatever name you used), pass that to the iframe’s <provide>

That said, I question the use of an iframe here in general, as it seems you should just be integrating the view into your application.