Add .done() to catch exceptions which may be thrown in setState
This commit is contained in:
@@ -308,7 +308,7 @@ module.exports = React.createClass({
|
|||||||
this.setState({
|
this.setState({
|
||||||
rejectingInvites: false
|
rejectingInvites: false
|
||||||
});
|
});
|
||||||
});
|
}).done();
|
||||||
},
|
},
|
||||||
|
|
||||||
_renderUserInterfaceSettings: function() {
|
_renderUserInterfaceSettings: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user