Closed ghost closed 1 year ago
URL of codelab
In which task and step of the codelab can this issue be found? Task 6 - Show or hide the hobby on button click Step 2
Describe the problem There is a typo in step 2. DogItemButton() is the wrong Composable function. Instead it should be DogItem().
DogItemButton()
DogItem()
Additional information Include screenshots if they would be useful in clarifying the problem.
Hello @unomi-zan,
Thank you for reaching out to us and reporting this typo. It is fixed now:
URL of codelab
In which task and step of the codelab can this issue be found? Task 6 - Show or hide the hobby on button click Step 2
Describe the problem There is a typo in step 2.
DogItemButton()
is the wrong Composable function. Instead it should beDogItem()
.Additional information Include screenshots if they would be useful in clarifying the problem.