I have a set of datas and a form with some datas:
At first here is the set of Datas:
const set = new Set(); set.add({ data: 1 }); set.add({ data: 2 });