Trailing slash causing error (#832)

This commit is contained in:
Daniel Harrison 2019-07-02 06:34:28 +10:00 committed by Xintong Xia
parent 2dabdf0447
commit fde7613ecf

View File

@ -28,7 +28,7 @@ class CustomMarker extends BaseControl {
return (
<div ref={this._containerRef}
style={markerStyle} />
style={markerStyle} >
({longitude}, {latitude})
</div>
);