Skip to content

Commit

Permalink
Merge 2b37d23 into c9daf7f
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Jul 15, 2019
2 parents c9daf7f + 2b37d23 commit a4c1417
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/interactive-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@ export default class InteractiveMap extends PureComponent<InteractiveMapProps, S
}
}

componentWillUnmount() {
this._eventManager.destroy();
}

_controller: MapController;
_eventManager: any;
_interactiveContext: MapContextProps;
Expand Down

0 comments on commit a4c1417

Please sign in to comment.