mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:21:27 +08:00
Merge pull request #42 from ColCh/patch-1
Remove <div> wrapper from WrapStory
This commit is contained in:
commit
690ae35e20
@ -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