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
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 would
Check to see if they are using ngrx-store-freeze
Remove ngrx-store-freeze from imports and the meta-reducers array
Remove ngrx-store-freeze from their package.json dependencies.
Update StoreModule.forRoot() to enable the strictStateImmutability and strictActionImmutability run-time checks.