**Do you want to request a _feature_ or report a _bug_?** bug **What is the current behavior?** In #8027 some [example](http://react-new-docs-temporary-preview.surge.sh/react/docs/lists-and-keys.html#extracting-components-with-keys)s use `Number` as component name ``` javascript function Number(props) { // ... } ``` Maybe it is a good idea to rename this component to `NumberItem` or something.
Do you want to request a feature or report a bug?
bug
What is the current behavior?
In #8027 some examples use
Numberas component nameMaybe it is a good idea to rename this component to
NumberItemor something.