-
Notifications
You must be signed in to change notification settings - Fork 17.4k
Open
Description
Why the cookingTime always renders undefined? I tried every id's but it always undefine.
recipe = {
id: recipe.id,
title: recipe.title,
publisher: recipe.publisher,
sourceUrl: recipe.source_url,
image: recipe.image_url,
servings: recipe.servings,
cookingTime: recipe.cookingTime,
ingredients: recipe.ingredients,
};
${
recipe.cookingTime
}
Metadata
Metadata
Assignees
Labels
No labels