Immutable objects #4242
Unanswered
TheManFran
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This isn't something that is changed in v17, it should still work as in v16. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Has something changed in Ngrx 17 around immutability. Code that worked before I upgraded worked, but now I get errors that I can't modify an object which is read only. The object that I can't modify is the one I send in an action, and store in my state. Almost like in the past the reference to the original object was broken, and now it's not.
Beta Was this translation helpful? Give feedback.
All reactions