From 2179403f46f898900ac298e085a734473563be18 Mon Sep 17 00:00:00 2001 From: jdegand <70610011+jdegand@users.noreply.github.com> Date: Fri, 15 Mar 2024 19:54:36 -0400 Subject: [PATCH] docs: add note to bug-cd-md --- docs/src/content/docs/challenges/angular/32-bug-cd.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/content/docs/challenges/angular/32-bug-cd.md b/docs/src/content/docs/challenges/angular/32-bug-cd.md index 5e402be..ff75a59 100644 --- a/docs/src/content/docs/challenges/angular/32-bug-cd.md +++ b/docs/src/content/docs/challenges/angular/32-bug-cd.md @@ -25,6 +25,10 @@ In this small application, we have a navigation menu to route our application to The goal of the challenge is to debug this application and make it work. +:::note +Without knowing the exact reason for the issue, you can "fix" the error and get the program to function. One such approach would be to memoize the `getMenu` function. The application might function, but you will miss the lesson of this challenge. Make sure you can explain why your fix works. +::: + ## Hints