-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Browser window doesn't reflect changes from Redux Devtools Extension #273
Comments
Some further troubleshooting: In my app module, I was using: to setup support for this (awesome btw) extension. When I switched to: it caused the browser window to refresh correctly now when changes are made to the addon. |
@johnhamm it should be fixed in ngrx/store-devtools#37. Make sure to use |
@zalmoxisus I'm using @ngrx/store-devtools 3.2.2 I was able to get it working, though, just by including the custom log monitor but not showing it (i.e. still using your amazing addon) |
@johnhamm I'm not using |
@zalmoxisus I just tried the example-app and it works as expected. I'm not sure why my app requires a click in the browser window for timetravel to work. |
@zalmoxisus, Is there a way to rollback the extension to test it works on the previous version? I'm using @ngrx/[email protected] |
@pixelypants thanks for the report. I've just fixed the issue with Regarding earlier versions, Chrome doesn't store them. There's an unofficial archive, but don't know whether you can trust it. Also you can download and build a release right from github releases. However, I hardly recommend to use the latest version, and if there are any problems there to report here. |
Should be fixed in |
Bingo! working fine now. Thanks for your work on this, it's a great tool you have given the community ;) |
I'm using Redux Devtools Extension 2.11.1.1 and ngrx/store 2.2.1
If I click Skip on an action in Redux DevTools (e.g. USER_LOGOUT), the browser window will still show the user logged in unless I click on the browser window somewhere and then it will update. This makes it impossible to use the timeline replay feature as the browser window won't update unless I click somewhere in it.
The text was updated successfully, but these errors were encountered: