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.
It looks like reselect-tools do not work if
registerSelectorsis called from an iframe. redux-devtools supports iframes through theisInIframefunction: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.