mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Fixes HMR when used as a global decorator
This commit is contained in:
parent
20b74fbc38
commit
09162b5b77
@ -41,6 +41,10 @@ export class BackgroundDecorator extends React.Component<any, any> {
|
||||
this.channel.emit("background-set", this.props.backgrounds);
|
||||
}
|
||||
|
||||
componentWillReceiveProps(nextProps) {
|
||||
this.story = nextProps.story();
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
this.channel.removeListener("background", this.setBackground);
|
||||
this.channel.emit("background-unset");
|
||||
|
Loading…
x
Reference in New Issue
Block a user