Return state from reducer when collection is not found
if (!collection) return
is producing a warning, as the reducer always needs to return the state.
if (!collection) return
is producing a warning, as the reducer always needs to return the state.