RootCauseunvalidated
The reducer (via updateChannels) performs direct mutations on nested objects/arrays inside the state (e.g., setting members and sender into nested properties) using only shallow copies. This mutates existing references that still point to the original state.
b02d9654-527d-4d89-81db-b7e1f753733d
The reducer (via updateChannels) performs direct mutations on nested objects/arrays inside the state (e.g., setting members and sender into nested properties) using only shallow copies. This mutates existing references that still point to the original state.