Mutating the redux state
Created by: bolmsten
I observed today that some of the new code regarding the queue on the client is mutating the client state, look here
A way of testing this is to add some task to a sample and you will notice that according to the log the sample has always had that task.
We should probably move over to immutable js or what do you think?