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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
What is the current behavior?
Clicking the "jump" button in the Redux DevTools has no effect on the app. The behavior is the same in both an app I am developing and in the [example app](git clone https://github.com/ngrx/platform.git).
Expected behavior:
The Redux DevTools work as they do when using them with a react + redux application.
Minimal reproduction of the problem with instructions:
I'm submitting a...
What is the current behavior?
Clicking the "jump" button in the Redux DevTools has no effect on the app. The behavior is the same in both an app I am developing and in the [example app](git clone https://github.com/ngrx/platform.git).
Expected behavior:
The Redux DevTools work as they do when using them with a react + redux application.
Minimal reproduction of the problem with instructions:
Version of affected browser(s),operating system(s), npm, node and ngrx:
Chrome 63, Linux, npm 5.5.1, node v8.9.1, ngrx v4.1.1
Other information:
I have had success with the "skip" button working. Persisting state is similarly broken as jump is.
The text was updated successfully, but these errors were encountered: