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
carbon-components
carbon-components-react
NumberInput is missing propTypes which is affecting the component demo on Carbon website. You can see they all say node even though they're not node.
NumberInput
node
The text was updated successfully, but these errors were encountered:
Seems like this is an issue with ForwardRefs and PropTypes, see https://github.com/storybookjs/deprecated-addons/issues/7
Looks like we'll run into this issue with the following components:
InlineCheckbox
OverflowMenu
RadioButton
Tooltip
Might be fixed by implementing Storybook Docs to replace Storybook Info addon, so going to take some time looking into that. https://medium.com/storybookjs/storybook-docspage-e185bc3622bf
Sorry, something went wrong.
Displaying correctly now 👍🏻
No branches or pull requests
carbon-components
carbon-components-react
Detailed description
NumberInput
is missing propTypes which is affecting the component demo on Carbon website.You can see they all say
node
even though they're not node.The text was updated successfully, but these errors were encountered: