We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do you want to request a feature or report a bug?
bug
What is the current behavior?
In #8027 some examples use Number as component name
Number
function Number(props) { // ... }
Maybe it is a good idea to rename this component to NumberItem or something.
NumberItem
The text was updated successfully, but these errors were encountered:
Oops. I forgot it's a built-in thing. I'll take a PR renaming it to ListItem.
ListItem
Sorry, something went wrong.
I'll do it, if that's ok?
No branches or pull requests
Do you want to request a feature or report a bug?
bug
What is the current behavior?
In #8027 some examples use
Number
as component nameMaybe it is a good idea to rename this component to
NumberItem
or something.The text was updated successfully, but these errors were encountered: