Skip to content

Return state from reducer when collection is not found

Alf Eaton requested to merge return-collections-state into master

if (!collection) return is producing a warning, as the reducer always needs to return the state.

Merge request reports