()
| 19 | }; |
| 20 | }, |
| 21 | getInitialState() { |
| 22 | const {current} = this.props; |
| 23 | return { current }; |
| 24 | }, |
| 25 | |
| 26 | componentWillReceiveProps(nextProps) { |
| 27 | if (nextProps.current != this.props.current) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…