-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
I'm submitting a...
[ ] 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:
- Install and run the [example app](git clone https://github.com/ngrx/platform.git) locally
- Install the redux devtools
- Browse to http://localhost:4200, open the redux devtools, and verify it connected to the store
- Log in with test/test and search for some books
- In the redux devtools, click the "jump" button on any of the actions
- Observe that time travelling did not actually take place
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.
Reactions are currently unavailable