mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
Fix code example in "writing-addons" docs
This commit is contained in:
parent
aefc89dec0
commit
966a63104d
@ -184,7 +184,7 @@ class MyPanel extends React.Component {
|
||||
componentDidMount() {
|
||||
const { api } = this.props;
|
||||
api.on('foo/doSomeAction', this.onSomeAction);
|
||||
api.on(STORY_RENDERED this.onStoryChange);
|
||||
api.on(STORY_RENDERED, this.onStoryChange);
|
||||
}
|
||||
componentWillUnmount() {
|
||||
const { api } = this.props;
|
||||
|
Loading…
x
Reference in New Issue
Block a user