Solutionunvalidated
you have to explicitly define the type of your parameter — export default function Item({ image }: {image: Image}). Tension: just be careful in your case the type affected should have image property inside it to be valid. Outcome: if Image object contain the path of the image you will have the following.
fb14d8ee-4e87-47ed-a279-cb8a095c28f0
you have to explicitly define the type of your parameter — export default function Item({ image }: {image: Image}). Tension: just be careful in your case the type affected should have image property inside it to be valid. Outcome: if Image object contain the path of the image you will have the following.