mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
fix info not importing docgen descriptions
This commit is contained in:
parent
03c3d6dae4
commit
22a9957ca2
@ -237,7 +237,7 @@ export default class Story extends React.Component {
|
||||
|
||||
if (Object.keys(STORYBOOK_REACT_CLASSES).length) {
|
||||
Object.keys(STORYBOOK_REACT_CLASSES).forEach(key => {
|
||||
if (STORYBOOK_REACT_CLASSES[key].name === this.props.context.kind) {
|
||||
if (STORYBOOK_REACT_CLASSES[key].name === this.props.context.story) {
|
||||
retDiv = <div>{STORYBOOK_REACT_CLASSES[key].docgenInfo.description}</div>;
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user