diff --git a/src/components/static-map.js b/src/components/static-map.js index 570eac9e..48daf69b 100644 --- a/src/components/static-map.js +++ b/src/components/static-map.js @@ -68,6 +68,7 @@ export default class StaticMap extends PureComponent { this.componentDidMount = noop; this.componentWillReceiveProps = noop; this.componentDidUpdate = noop; + this.componentWillUnmount = noop; } this.state = {}; autobind(this);