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
I have a list of objects to which I don't need observation to happen. The recommended way I've read about is to use Object.freeze() which works great except when I need to iterate over frozen objects in an array.