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
Follow the established "move to stable" checklist:
src/index.js
unstable_
forwardRef
propTypes
PropTypes.shape
PropTypes.object
onClick = () => {}
<ComponentName>.stories.js
Playground
className
node
children
The text was updated successfully, but these errors were encountered:
slug
Slug
AILabel
Successfully merging a pull request may close this issue.
Follow the established "move to stable" checklist:
src/index.js
and should not beunstable_
prefixed
forwardRef
propTypes
definedPropTypes.shape
overPropTypes.object
if possiblein defaultProps)
onClick = () => {}
can cause re-renders since the function identityis not stable
<ComponentName>.stories.js
table
Playground
story for controlsbe hidden from the controls panel, eg.
className
node
with no proper controls available forconfiguration should be hidden from the controls panel, eg.
children
component API
The text was updated successfully, but these errors were encountered: