Error React.Children.only expected to receive a single React element child
问题 Not entirely sure what went wrong in my app here. I'm using create-react-app, and I'm trying to render all of my components into the respective root div. Problem is, I'm able to render all of the components onto the page except the very last one, the Score component. I've even tried throwing that component into a div and I'm still getting the following issue: 'React.Children.only expected to receive a single React element child'. What exactly does this mean? Here's my App.js structure. render