Could you please sincerely help?
I've git cloned the project and 'npm install' it
and then I tried to 'npm start' it and it shows up with this:
products?.map(product => (
10 | <Product
11 | title={product.name}
12 | image={product.imagesRoutes[0].link}
| ^ 13 | price={product.price}
14 | rating={4}
15 | key={product.id}
Could you please sincerely help?
I've git cloned the project and 'npm install' it
and then I tried to 'npm start' it and it shows up with this:
products?.map(product => (
10 | <Product
11 | title={product.name}