Loyd Cose
Results
1
comments of
Loyd Cose
I was able to solve it using the code below: ```jsx {list.map((item) => { const imageSrc = new URL(item.image).toString() return ( ) })} ``` Or without iterating through maps*