Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redux Dev Tools shows previous state #54

Closed
slillo opened this issue Mar 8, 2018 · 4 comments
Closed

Redux Dev Tools shows previous state #54

slillo opened this issue Mar 8, 2018 · 4 comments

Comments

@slillo
Copy link

slillo commented Mar 8, 2018

In Redux Dev Tools the previous state is shown.

Here is an example

Here is a stackoverflow question with a more detailed explanation of the problem.

@amcdnl
Copy link
Member

amcdnl commented Mar 9, 2018

Fixed. Planning to release in next few days.

@amcdnl amcdnl closed this as completed Mar 9, 2018
@slillo
Copy link
Author

slillo commented Mar 12, 2018

I updated ngxs to 1.5.1 in the example and changed imports in AppModule as shown in documentation:

NgxsModule.forRoot([AppStore]),
ReduxDevtoolsPluginModule.forRoot({
    disabled: false // Set to true for prod mode
})

I get the following error:

Error in /turbo_modules/@angular/compiler@5.0.0/bundles/compiler.umd.js (509:34)
Unexpected value '[object Object]' imported by the module 'AppModule'. Please add a @NgModule annotation.
Evaluating main.ts
Booting application

@amcdnl amcdnl reopened this Mar 12, 2018
@amcdnl
Copy link
Member

amcdnl commented Mar 13, 2018

Ok, i fixed this ( not released yet ) but noticed the latest changes to plugins broke this plugin @deebloo :(

@amcdnl
Copy link
Member

amcdnl commented Mar 13, 2018

Closing since we are tracking that issue on #58

@amcdnl amcdnl closed this as completed Mar 13, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants