docs: add note to bug-cd-md

This commit is contained in:
jdegand
2024-03-15 19:54:36 -04:00
parent 17108c3234
commit 2179403f46

View File

@@ -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. 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 ## Hints
<details> <details>