Notices for events and sync errors handled

This commit is contained in:
Leoh 2021-10-15 10:30:25 +05:30
parent a60eade0ae
commit 98a15c0c9e
4 changed files with 33 additions and 9 deletions

View file

@ -24,7 +24,7 @@ export class ExampleView extends ItemView {
async onOpen() {
ReactDOM.render(
<ReactView userID = {this.plugin.settings.userID} tokenAPI = {this.plugin.settings.apiToken}/>,
<ReactView userID = {this.plugin.settings.userID} tokenAPI = {this.plugin.settings.apiToken} plugin={this.plugin}/>,
this.containerEl.children[1]
)
}