don't rely on deprecated return value from ReactDOM.render
This commit is contained in:
parent
80b86b5693
commit
7b06acb972
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ function onState (err, _state) {
|
|||
resumeTorrents()
|
||||
|
||||
// Initialize ReactDOM
|
||||
app = ReactDOM.render(<App state={state} />, document.querySelector('#body'))
|
||||
ReactDOM.render(<App state={state} ref={elem => { app = elem }} />, document.querySelector('#body'))
|
||||
|
||||
// Calling update() updates the UI given the current state
|
||||
// Do this at least once a second to give every file in every torrentSummary
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue