()
| 80 | } |
| 81 | |
| 82 | componentDidMount() { |
| 83 | this.unobserve(); |
| 84 | this.observeNode(); |
| 85 | } |
| 86 | |
| 87 | componentDidUpdate(prevProps: IntersectionObserverProps) { |
| 88 | // If a IntersectionObserver option changed, reinit the observer |
nothing calls this directly
no test coverage detected