Closed dioggosoares closed 6 months ago
Error on version 4
<MarkerClusterGroup removeOutsideVisibleBounds={true} maxClusterRadius={45} chunkedLoading
{ units?.map((unit) => { return ( <Marker key={unit.unitId} position={[Number(unit.latitude), Number(unit.longitude)] ?? [0, 0]} icon={createMarkerCustomIcon(unit.unitStatus)} title={unit.unitStatus} /> ) }) }
Error on version 4
<MarkerClusterGroup removeOutsideVisibleBounds={true} maxClusterRadius={45} chunkedLoading