You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.
When I'm opening Redux Devtools in Chrome among my Actions stack there is one with type @ngrx/store/update-reducers. That action causes the app to fail, cause the last action in stack has state as undefined. If I click 'skip' on that action (@ngrx/store/update-reducers) the app starts working normally and every action will have its proper state.
If I'm changing version to 4.0.0. everything works properly without any side actions.
I see what you mean. You don't have to skip @ngrx/store/update-reducers to make it work again. If you toggle skip on the last action in the stack the state is no longer undefined and it also starts working again.
Another observation is that when viewing the last action on the stack the state is undefined but the diff says states are equal, which isn't true. Also the last action in the stack is displayed in a slightly dimmed grey so it looks like some processing hasn't finished yet.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm faced with strange behaviour by @ngrx/store-devtools.
Environment:
Problem
If I'm using this packages with corresponding versions:
When I'm opening Redux Devtools in Chrome among my Actions stack there is one with type
@ngrx/store/update-reducers
. That action causes the app to fail, cause the last action in stack has state as undefined. If I click 'skip' on that action (@ngrx/store/update-reducers) the app starts working normally and every action will have its proper state.If I'm changing version to
4.0.0.
everything works properly without any side actions.The text was updated successfully, but these errors were encountered: