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

Substore with Provide Store doesn't work #110

Open
2 of 9 tasks
maheshnvv opened this issue Jan 13, 2020 · 0 comments
Open
2 of 9 tasks

Substore with Provide Store doesn't work #110

maheshnvv opened this issue Jan 13, 2020 · 0 comments

Comments

@maheshnvv
Copy link

maheshnvv commented Jan 13, 2020

This is a...

  • feature request
  • bug report
  • usage question

What toolchain are you using for transpilation/bundling?

  • @angular/cli
  • Custom @ngTools/webpack
  • Raw ngc
  • SystemJS
  • Rollup
  • Other

Environment

NodeJS Version: 10.5.2
Typescript Version:3.5.3
Angular Version: 8
@angular-redux/store version:
@angular/cli version: (if applicable)
OS:Ubuntu

Link to repo showing the issus

(optional, but helps a lot)

Expected Behaviour:

If I configure a store by using an existing redux store via provideStore Method and the @WithSubstore Decorator the sub store should get created and all action should reach new reducer.

Actual Behaviour:

If I configure a store by using an existing redux store via provideStore Method and the @WithSubstore Decorator the sub store is not working, meaning action dispatched is not reaching the reducer and the state is not updated with initial state.

Stack Trace/Error Message:

Additional Notes:

(optional)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant