I have the following reducer Redux with initial state:
export const initialState = [{id: 1, open: false}, {id: 2, open: true}, {id: 3, open: false}]; const _togg