componentDidMount() { this.forceUpdateInterval = setInterval(() => this.forceUpdate(), 50); }
In this method, I am having trouble with understand