Skip to content

Commit 46f30e7

Browse files
authored
fix componentWillUnmount name (#59)
1 parent dfefe21 commit 46f30e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PlaceholderWithoutTracking.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class PlaceholderWithoutTracking extends React.Component {
5050
}
5151
}
5252

53-
componentWillUnMount() {
53+
componentWillUnmount() {
5454
if (this.LAZY_LOAD_OBSERVER) {
5555
this.LAZY_LOAD_OBSERVER.observer.unobserve(this.placeholder);
5656
}

0 commit comments

Comments
 (0)