⛄ Snowberb ⛄ – 12-19 May 31
What's the best way to filter unique values from an array of objects? for example from this array,
[{value: 'a', label: 'A'}, {value: 'b', label: 'B'}, {value: 'a', label: 'C'}, {value: 'c', label: 'C'}], I want the unique objects comparing the value prop