mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 15:01:23 +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) {
|
if (Object.keys(STORYBOOK_REACT_CLASSES).length) {
|
||||||
Object.keys(STORYBOOK_REACT_CLASSES).forEach(key => {
|
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>;
|
retDiv = <div>{STORYBOOK_REACT_CLASSES[key].docgenInfo.description}</div>;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user