(text)
| 277 | }, |
| 278 | |
| 279 | handleSearch(text){ |
| 280 | this.setState({ |
| 281 | filterText: text, |
| 282 | }); |
| 283 | }, |
| 284 | |
| 285 | componentWillReceiveProps(nextProps) { |
| 286 | if (this.props.value !== nextProps.value) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…