()
| 54 | } |
| 55 | |
| 56 | componentWillUnmount() { |
| 57 | if (this._window !== null) { |
| 58 | this._window.cancelAnimationFrame(this._animationFrameID) |
| 59 | } |
| 60 | |
| 61 | if (this._resizeObserver !== null) { |
| 62 | this._resizeObserver.disconnect() |
| 63 | this._resizeObserver = null |
| 64 | } |
| 65 | } |
| 66 | |
| 67 | measure = entries => { |
| 68 | const contentRect = getContentRect( |
nothing calls this directly
no outgoing calls
no test coverage detected