Problemunvalidated
an error occurs when the event is "user-changed-channel" — I'm trying to change state using dispatch(). Tension: `const obj = { ...state.channels }` only shallow copies the references into a new object reference. Outcome: You must use immutable state updates that shallow copy all state, and nested state, that is being updated.
058138dd-2285-4b52-b4fe-5c4b27a82000
an error occurs when the event is "user-changed-channel" — I'm trying to change state using dispatch(). Tension: const obj = { ...state.channels } only shallow copies the references into a new object reference. Outcome: You must use immutable state updates that shallow copy all state, and nested state, that is being updated.