Add unmounted guard
parent
42c1f3cfe2
commit
a8b245d0cf
|
@ -64,6 +64,7 @@ const TagPanel = React.createClass({
|
||||||
Promise.all(orderedGroupTags.map(
|
Promise.all(orderedGroupTags.map(
|
||||||
(groupId) => FlairStore.getGroupProfileCached(this.context.matrixClient, groupId),
|
(groupId) => FlairStore.getGroupProfileCached(this.context.matrixClient, groupId),
|
||||||
)).then((orderedGroupTagProfiles) => {
|
)).then((orderedGroupTagProfiles) => {
|
||||||
|
if (this.unmounted) return;
|
||||||
this.setState({orderedGroupTagProfiles});
|
this.setState({orderedGroupTagProfiles});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue