From 76b0cbe050074ad1cab798876a69d2298e10ac04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vadzim=20Zie=C5=84ka?= Date: Thu, 3 Jan 2019 16:44:31 +0300 Subject: [PATCH] (#549) Remove duplicate element creation --- src/Path.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Path.js b/src/Path.js index 5959da73..6252810e 100644 --- a/src/Path.js +++ b/src/Path.js @@ -37,7 +37,6 @@ export default class Path< constructor(props: Props) { super(props) - this.leafletElement = this.createLeafletElement(props) if (this.contextValue == null) { this.contextValue = { ...props.leaflet,