in test.js [168:174]
constructor(props) { super(props); this.state = {count: 1}; this.setRef = ref => { this.divRef = ref; }; }