read property 'appendChild' of undefined
const imageUrl = map.publicLink;
const imageBounds = [[0, 0], [size.height, size.width]];
L.imageOverlay(imageUrl, imageBounds).addTo(this.map);
подебажил - переменные инициализируются верно
this.map точно есть?
Обсуждают сегодня