addon-info: prop descriptions are always empty
See original GitHub issue
though I have comments:
UIRange.propTypes = {
/** Value of the range */
value: PropTypes.number.isRequired,
/** onChange event callback */
onChange: PropTypes.func.isRequired,
/** Minimum value */
min: PropTypes.number,
/** Maximum value */
max: PropTypes.number,
/** increment/decrement by */
step: PropTypes.number,
/** if true range is disabled */
disabled: PropTypes.bool,
/** Show value on tooltip */
showValueOnToolTip: PropTypes.bool,
/** Show value on thumb */
showValueOnThumb: PropTypes.bool,
}
Versions: storybook/addon-info: “3.2.11” storybook/react: “3.2.11”
Issue Analytics
- State:
- Created 6 years ago
- Reactions:9
- Comments:15 (2 by maintainers)
Top Results From Across the Web
Storybook Docs with mdx support and addon knobs - Medium
For a simple colored circle without a number inside, pass in the "empty" prop. If empty, it will not display any text within...
Read more >Infolabels and Boolean conditions - Kodi Development
The version string of a valid update for the addon. Empty string if there is no valid update available. v19 Skinning engine changes:...
Read more >@storybook/react-native - npm
Addon-info - Fix immutable props issues with React 16 #1894 ... Enable many components of same type in addon-info prop tables #1607; Always...
Read more >@storybook/addon-controls | Yarn - Package Manager
Storybook Controls gives you a graphical UI to interact with a component's arguments dynamically, without needing to code. It creates an addon panel...
Read more >Addon scripts overriding each other - Blender Stack Exchange
Addon Info bl_info = { "name": "The Coral And Creatures ... bpy import os from bpy.props import * from bpy.types import Panel, Operator, ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

component description is empty ,does anyone have this problem
@notgiorgi I was experiencing this, too. I believe this is due to customization of Storybook’s webpack config. Modification of module rules was messing with storybook’s react-docgen configuration in my case. The fix for me: