리액트 리플릿 맵이 올바르게 표시되지 않음 사용하려고 합니다.react-leaflet맵을 표시합니다.동작하고 있는 이 바이올린의 코드를 사용하고 있습니다만, 제 컴퓨터에는 이 출력이 있습니다. 제 코드는 다음과 같습니다. DeviceMap.js import React from 'react' import { Map, Marker, Popup, TileLayer } from 'react-leaflet'; export class DeviceMap extends React.Component { constructor() { super(); this.state = { lat: 51.505, lng: -0.09, zoom: 13, }; } render() { const position = [this.state.lat..