Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for iframes #22

Open
james2406 opened this issue Aug 1, 2019 · 2 comments
Open

Support for iframes #22

james2406 opened this issue Aug 1, 2019 · 2 comments

Comments

@james2406
Copy link

It looks like reselect-tools do not work if registerSelectors is called from an iframe. redux-devtools supports iframes through the isInIframe function:
https://github.com/zalmoxisus/redux-devtools-extension/search?q=isInIframe&unscoped_q=isInIframe

I would be more than happy to work on a PR for this if that's okay with you.

@skortchmark9
Copy link
Owner

skortchmark9 commented Aug 6, 2019

Sounds good to me! Please do! Could you share a bit more about your use case so I understand?

@parties
Copy link

parties commented Jun 10, 2021

I have a similar need for this; we have an application that uses a plugin interface where separately-hosted React apps are loaded in iframes.

Being able to debug the selectors from within the iframe would be very useful.

As a side note: I can't run these plugins without the parent application due to the plugins needing authentication information, which they can only get from the parent window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants