I am new to React and I am doing some tutorials online. Now I have task like this: If the Component in the following code is a Stateless Functional Component, what expression would you write to access the items prop inside the Component?
<IngredientList items={ingredient.items} />
I have no idea what is correct answer and why :/ Would you be so kind to help me ?