Skip to content

Commit 1701336

Browse files
author
Martin Abelson Sahlen
committed
Fix props
1 parent 1b1e449 commit 1701336

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/HeatmapLayer.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ export default class HeatmapLayer extends MapLayer {
8787
gradient: React.PropTypes.object
8888
};
8989

90+
createLeafletElement() {
91+
return null;
92+
}
93+
9094
componentDidMount(): void {
9195

9296
const canAnimate = this.context.map.options.zoomAnimation && L.Browser.any3d;

0 commit comments

Comments
 (0)