mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
Trailing slash causing error (#832)
This commit is contained in:
parent
2dabdf0447
commit
fde7613ecf
@ -28,7 +28,7 @@ class CustomMarker extends BaseControl {
|
||||
|
||||
return (
|
||||
<div ref={this._containerRef}
|
||||
style={markerStyle} />
|
||||
style={markerStyle} >
|
||||
({longitude}, {latitude})
|
||||
</div>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user