Im trying to rewrite following class component:
class GetRef extends React.Component { componentDidMount() { console.log(this.ref); } re