const findIt = {
productId: "htm-45",
attribute: [
{name:"size",index:2},
{color:"red",index:2}
]
}
const cartItem = [
{
productId: "htm-45-34",
atrributeId:"_672349e",
attribute: [
{name:"size",index:1}
]
},
{
productId: "htm-45",
attribute: [
{name:"size",index:2},
{name:"size",index:3},
]
},
{
productId: "htm-45",
attribute: [
{name:"size",index:2},
{color:"red",index:2}
]
}
]