I have this reducer:
const document = (state = INITIAL_DOCUMENT, action) => { switch(action.type){ case \'ADD_DOCUMENT\': return {