onSimulationTick()

in src/components/ForceGraph.js [173:177]


  onSimulationTick() {
    this.frame = rafUtils.requestAnimationFrame(
      this.updatePositions.bind(this)
    );
  }