reaja o redux não atualizando
// You cannot return the inital state if it's a value
const newState = Object.assign({}, initialState)
return newState
florinrelea
// You cannot return the inital state if it's a value
const newState = Object.assign({}, initialState)
return newState