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
Replaced deep-freeze with deep-freeze-strict: 26ab611
v0.1.5 is published on npm
P.S: I dont use ngrx / redux architecture at work because it slowed me down quite a bit. Which means i didn't test if this works. Please ping me if it doesn't.
Thanks tsm91, ngrx indeed takes time, but we decided to make this investment as it gives a nice answer to many of our everyday state management problems :) And we know the project will be quite big.
Deep freeze dependency gives errors on IE 11 when models of state contain functions. For example getters.
This issue is posted also on deep-freeze library:
https://github.com/substack/deep-freeze/issues/6
They suggest using deep-freeze-strict version, which seem to work better for us.
https://www.npmjs.com/package/deep-freeze-strict
The text was updated successfully, but these errors were encountered: