We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfefe21 commit 46f30e7Copy full SHA for 46f30e7
src/components/PlaceholderWithoutTracking.jsx
@@ -50,7 +50,7 @@ class PlaceholderWithoutTracking extends React.Component {
50
}
51
52
53
- componentWillUnMount() {
+ componentWillUnmount() {
54
if (this.LAZY_LOAD_OBSERVER) {
55
this.LAZY_LOAD_OBSERVER.observer.unobserve(this.placeholder);
56
0 commit comments