I have this code:
let [totalPromos, setTotalPromos] = useState(0); for (let item of cart.items){ let response = await api.get(\'/products/\' + item.id);