React array of refs React array of refs reactjs reactjs

React array of refs


Create the array in you constructor, like:

constructor(){  super()  this.Progress = []}


Progress array is not initialized, initialize it in constructor..