sharshi/Morning-Dash

this.refs => React.createRef()

Opened this issue · 0 comments

let inputHome = this.refs.inputHome;

this.refs is deprecated, replace with: React.createRef();