()
| 165 | } |
| 166 | |
| 167 | componentDidMount() { |
| 168 | this.detector = resizeDetector(resizeDetectorStrategy) |
| 169 | this.determineStrategy(this.props) |
| 170 | this.handleDOMNode() |
| 171 | } |
| 172 | |
| 173 | componentDidUpdate() { |
| 174 | this.determineStrategy(this.props) |
nothing calls this directly
no test coverage detected