this.popupContainer = x}
style={{background: "black"}}
className="maputnik-popup"
>
Zoom: {this.state.zoom}
{this.props.debugToolbox &&
{renderCoords(this.state.cursor)}
{renderCoords(this.state.center)}
{this.state.rotation}
}
this.container = x}
role="region"
aria-label="Map view"
style={{
...this.props.style,
}}>
}
}