()
| 42 | } |
| 43 | |
| 44 | componentWillUnmount () { |
| 45 | super.componentWillUnmount(); |
| 46 | } |
| 47 | |
| 48 | componentDidMount () { |
| 49 | let target = this.props.mult ? undefined : this.refs.options; |
nothing calls this directly
no test coverage detected
searching dependent graphs…