Handle InvalidStoreError from js-sdk
js-sdk now emits sync state ERROR with an InvalidStoreError if the store needs to be cleared before it can be used. Requires https://github.com/matrix-org/matrix-js-sdk/pull/759
This commit is contained in:
parent
7a3df11854
commit
0abcb5c78d
3 changed files with 80 additions and 36 deletions
|
@ -62,6 +62,7 @@ export default React.createClass({
|
|||
<BaseDialog className="mx_QuestionDialog" onFinished={this.props.onFinished}
|
||||
title={this.props.title}
|
||||
contentId='mx_Dialog_content'
|
||||
hasCancel={this.props.hasCancelButton}
|
||||
>
|
||||
<div className="mx_Dialog_content" id='mx_Dialog_content'>
|
||||
{ this.props.description }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue