Y
cloneAttributes.map((item: AttributesResponseInterface) => item.selected = false);
возвращает массив, который никуда не сохраняется
Size: a a a
Y
cloneAttributes.map((item: AttributesResponseInterface) => item.selected = false);
ЮК
☕☕
ЮК
Object.assign
тоже делает shallow copyЮК
cloneAttributes.map((item: AttributesResponseInterface) => item.selected = false);
ЮК
☕☕
K
DZ
a
a
G
G
a
V
I
V
IB
V
TS