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
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)
The text was updated successfully, but these errors were encountered:
This is a...
What toolchain are you using for transpilation/bundling?
ngc
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)
The text was updated successfully, but these errors were encountered: