We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1701336 commit 7de7df3Copy full SHA for 7de7df3
lib/HeatmapLayer.js
@@ -89,6 +89,10 @@ var HeatmapLayer = function (_MapLayer) {
89
return _possibleConstructorReturn(this, _MapLayer.apply(this, arguments));
90
}
91
92
+ HeatmapLayer.prototype.createLeafletElement = function createLeafletElement() {
93
+ return null;
94
+ };
95
+
96
HeatmapLayer.prototype.componentDidMount = function componentDidMount() {
97
var _style;
98
0 commit comments