Open
Description
Hello! I noticed a potential issue within the final-code
directory for trekbag
:
The ButtonGroup
component is not passing children to the Button
component despite the Button
component being written to accept the children
prop (not the text
prop):
This results in each Button's text not showing:
Adjusting the ButtonGroup
component like so fixes the issue:
Metadata
Metadata
Assignees
Labels
No labels