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
Revert "s/.done(/.then(/ since modern es6 track unhandled promise exceptions"
This reverts commit 09a8fec2
This commit is contained in:
@@ -115,7 +115,7 @@ module.exports = createReactClass({
|
||||
this.setState({
|
||||
error: err,
|
||||
});
|
||||
}).then();
|
||||
}).done();
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user