mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
parent
846079df14
commit
2f090a5fd4
@ -51,7 +51,7 @@ export default class WrapStory extends React.Component {
|
||||
|
||||
render() {
|
||||
const { storyFn, context } = this.props;
|
||||
return <div>{storyFn(context)}</div>;
|
||||
return storyFn(context);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user