-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Store: add migration to move users off ngrx-store-freeze #1896
Labels
Comments
Hi @brandonroberts , |
@santoshyadav198613 hold off on doing anything with this one yet |
Cool, let me know once we want to proceed. |
We discussed this internally and I already started to work on this feature in #1901. I'm sorry @santoshyadav198613. |
5 tasks
No problem. |
brandonroberts
pushed a commit
that referenced
this issue
Jun 3, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The majority of our users are probably using
ngrx-store-freeze
to guard against state mutations. We have built-in run-time checks in version 8 to guard against those. This migration wouldngrx-store-freeze
ngrx-store-freeze
from imports and the meta-reducers arrayngrx-store-freeze
from theirpackage.json
dependencies.strictStateImmutability
andstrictActionImmutability
run-time checks.The text was updated successfully, but these errors were encountered: