Skip to content

Commit 7de7df3

Browse files
author
Martin Abelson Sahlen
committed
Update lib
1 parent 1701336 commit 7de7df3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/HeatmapLayer.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ var HeatmapLayer = function (_MapLayer) {
8989
return _possibleConstructorReturn(this, _MapLayer.apply(this, arguments));
9090
}
9191

92+
HeatmapLayer.prototype.createLeafletElement = function createLeafletElement() {
93+
return null;
94+
};
95+
9296
HeatmapLayer.prototype.componentDidMount = function componentDidMount() {
9397
var _style;
9498

0 commit comments

Comments
 (0)