diff --git a/src/index.tsx b/src/index.tsx index 98f728e..7a48e66 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -32,7 +32,7 @@ export class ProgressiveImage extends React.Component !this.unmounted && this.setState({ src: srcDataURI, blur: 0 })); } - componentWillUnMount() { + componentWillUnmount() { this.unmounted = true; }