Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forkify: cookingTime is Undefined #454

Open
Revoj-a opened this issue Feb 25, 2025 · 0 comments
Open

Forkify: cookingTime is Undefined #454

Revoj-a opened this issue Feb 25, 2025 · 0 comments

Comments

@Revoj-a
Copy link

Revoj-a commented Feb 25, 2025

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 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant