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.
I have the same issue as the one you stated. Looks like you found a solution in #225@ngrx/store. I was able to hardcode the initial state using the second param of the provideStore function. However I'd like to make use of the dev-tools ui for this step. Can you provide a small code sample with the solution?
I'm also having problems with this. Has anyone found a workaround or fix?
A lot of why I want ngrx is so my QA can send me his state when he finds bugs. Very disappointed when I found this wasn't working.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm using this project with chrome dev tools and I'm loving it so thanks for your hard work.
However, I'm missing a feature where you can replace a current state with a saved one. It works fine with a pure react app like this one: http://zalmoxisus.github.io/examples/todomvc/
https://www.youtube.com/watch?v=JdybTliFl4I
But if I use chrome dev tools with the ngrx example app (or any other ngrx app) I'm not able to import the state: https://www.youtube.com/watch?v=5wD_GyEUHJc
Is this a bug or do store-devtools not suport this feature (replacing the store)?
I'm currently using the following versions of ngrx and angular:
And are bootstrapping
store-devtools
with:Thanks!
The text was updated successfully, but these errors were encountered: