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

fix(Store): Add type signature for metareducer #270

Merged
merged 1 commit into from
Aug 15, 2017

Conversation

brandonroberts
Copy link
Member

Fixes the type signature issue for the array of metareducers. Each function should take a reducer and return a new reducer function.

Closes #264, Related to #170

@MikeRyanDev
Copy link
Member

LGTM. Feel free to merge once the build turns green.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 91.527% when pulling 541aae0 on metareducer-type into 9e33a5d on master.

@brandonroberts brandonroberts merged commit 57633d2 into master Aug 15, 2017
@brandonroberts brandonroberts deleted the metareducer-type branch August 15, 2017 02:34
brandonroberts added a commit that referenced this pull request Aug 16, 2017
nhaesler added a commit to nhaesler/ngrx-store-localstorage that referenced this pull request Sep 26, 2017
ngrx/platform#270 (landed in store 4.0.3) changed the type signature of the meta reducers array.
This fixes the resulting type conflict with the usage example.
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

Successfully merging this pull request may close these issues.

3 participants