(nextProps)
| 60 | }, |
| 61 | |
| 62 | componentWillReceiveProps(nextProps) { |
| 63 | if (nextProps.current !== this.props.current) { |
| 64 | this.setState({ |
| 65 | current: nextProps.current |
| 66 | }); |
| 67 | } |
| 68 | }, |
| 69 | |
| 70 | onOtherDomClick(){ |
| 71 | this.closeSubMenu(); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…