Volie à outils Redux Retirez du tableau
// for array
state.roundScore = state.roundScore.filter((score) => score.id !== action.payload);
shahul
// for array
state.roundScore = state.roundScore.filter((score) => score.id !== action.payload);