Open Canos opened 10 months ago
Hi @Canos , for now I'm maintaining a fork of this repository at https://github.com/pakozlow/store and https://www.npmjs.com/package/@angular-redux3/store respectively. The above mentioned error as well as other issues have been patched in it. Unfortunately the original maintainer no longer updates this repository :(
thanks for answering and thanks for your work, i didnt know your repository exists. I will star it and use it soon. See you soon
Sorry I had an injury that made me a bit unavailable.
Sorry to hear that Garefil, Take your time to recover, you started this fork and others have taken your work to another level. Proud of you.
In the coming days, I will release a version with improvements that have not yet been entered.
Hi, im trying to migrate from @angular/redux to this new version.
Everything worked fine after some dependency upgrades. I'm using at the moment:
When launching the application an error is raised after my state has become a proxy of my state.
Store initialization is exactyle the same as it's in the getting started page. A StoreModule that has the ngRedux.configureStore call. I already disabled devTools just in case, but the error keeps raising.
In this three screenshot you can see how the state is "proxied" after a particular redux action @@redux/PROBE_UNKNOWNACTION*.
Before, that state is well typed
State is already proxied
My first action comes in and an error will raise