You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
s/.done(/.then(/ since modern es6 track unhandled promise exceptions
This commit is contained in:
@@ -115,7 +115,7 @@ module.exports = createReactClass({
|
||||
this.setState({
|
||||
error: err,
|
||||
});
|
||||
}).done();
|
||||
}).then();
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user