move unmounted init to willMount
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
8fa56f8c9a
commit
6510989ac6
1 changed files with 1 additions and 2 deletions
|
@ -52,11 +52,10 @@ export default class Reply extends React.Component {
|
||||||
};
|
};
|
||||||
|
|
||||||
this.onQuoteClick = this.onQuoteClick.bind(this);
|
this.onQuoteClick = this.onQuoteClick.bind(this);
|
||||||
|
|
||||||
this.unmounted = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
componentWillMount() {
|
componentWillMount() {
|
||||||
|
this.unmounted = false;
|
||||||
this.room = this.getRoom(this.props.parentEv.getRoomId());
|
this.room = this.getRoom(this.props.parentEv.getRoomId());
|
||||||
this.initialize();
|
this.initialize();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue