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

Redux DevTool tab stuck forever loading in Incognito mode #597

Closed
dstj opened this issue Nov 28, 2018 · 2 comments
Closed

Redux DevTool tab stuck forever loading in Incognito mode #597

dstj opened this issue Nov 28, 2018 · 2 comments

Comments

@dstj
Copy link

dstj commented Nov 28, 2018

Hi,

When using Chrome's incognito mode, the "Redux" tab in the Developer tools hangs displaying the preloader. but the "quick access extension button" works. This only happens in Incognito mode. See images

Incognito mode
image

Normal mode
image

Chrome version: 70.0.3538.110 (Official Build) (64-bit)
Redux DevTool version: 2.16.3

The extension is properly enabled in incognito (i.e. it's not a duplicate of #521 ;) )

@zalmoxisus
Copy link
Owner

zalmoxisus commented Nov 28, 2018

Thanks for the details. I can reproduce it, getting "Background page failed to load" exception from chrome, so there's no access to extension's background script. I'll ship a patch tomorrow. Meanwhile you can use it from extension's windows instead of devpanel (right click on the page and select desired position from context menu).

zalmoxisus added a commit that referenced this issue Nov 28, 2018
@zalmoxisus
Copy link
Owner

Fixed in 2.16.4, which was published this morning on Chrome Store. Note that because we don't have access to the background store objects, it will be serialized again and could be slower and consuming more RAM depending on the state structure.

Feel free to reopen the issue if still experience problems with this.

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

No branches or pull requests

2 participants