我无法用示例创建地图

I can't create Map with example

I use example code. please see capture screen

我的反应代码。

<Map center={position} zoom={13}>
  <TileLayer
  url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
  attribution="&copy; <a href=&quot;http://osm.org/copyright&quot;>OpenStreetMap</a> contributors" />
  <Marker position={position}>
  <Popup>A pretty CSS3 popup.<br />Easily customizable.</Popup>
  </Marker>
</Map>

从你的屏幕截图来看,你似乎没有包括必要的传单css。但如果没有看到一些代码,我不能 100% 确定。