static get defaultProps()

in src/components/ForceGraphNode.js [41:49]


  static get defaultProps() {
    return {
      className: '',
      fill: '#333',
      opacity: 1,
      stroke: '#FFF',
      strokeWidth: 1.5,
    };
  }