mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
FIX after merge
This commit is contained in:
parent
e40ef62aa5
commit
baecbf7970
@ -98,7 +98,7 @@ export default class Story extends React.Component {
|
||||
open: false,
|
||||
stylesheet: this.props.styles(JSON.parse(JSON.stringify(stylesheet))),
|
||||
};
|
||||
this.marksy = marksy(this.props.mtrcConf);
|
||||
this.marksy = marksy(this.props.marksyConf);
|
||||
}
|
||||
|
||||
componentWillReceiveProps(nextProps) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user