componentWillReceiveProps()

in src/components/ForceGraph.js [164:167]


  componentWillReceiveProps(nextProps) {
    this.lastUpdated = new Date();
    this.updateSimulation(nextProps);
  }