()
| 171 | } |
| 172 | |
| 173 | componentDidUpdate() { |
| 174 | this.determineStrategy(this.props) |
| 175 | this.handleDOMNode() |
| 176 | } |
| 177 | |
| 178 | componentWillUnmount() { |
| 179 | // Change our size checker to a noop just in case we have some |
nothing calls this directly
no test coverage detected