We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a3f43 commit 33cefbfCopy full SHA for 33cefbf
src/components/PlaceholderWithoutTracking.jsx
@@ -51,7 +51,7 @@ class PlaceholderWithoutTracking extends React.Component {
51
}
52
53
componentWillUnmount() {
54
- if (this.LAZY_LOAD_OBSERVER) {
+ if (this.LAZY_LOAD_OBSERVER && this.LAZY_LOAD_OBSERVER.observer) {
55
this.LAZY_LOAD_OBSERVER.observer.unobserve(this.placeholder);
56
57
0 commit comments