()
| 32 | } |
| 33 | |
| 34 | componentWillMount () { |
| 35 | this.formatData(this.props.data); |
| 36 | } |
| 37 | |
| 38 | componentWillReceiveProps (nextProps) { |
| 39 | if (!deepEqual(nextProps.value, this.props.value)) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…