i have a big problem. i want to open a leaflet map in a modal. but the map is not showing properly. the tiles are not loading.
here is the script:
http://boo
This works for me, you can read here
map.whenReady(() => { console.log('Map ready'); setTimeout(() => { map.invalidateSize(); }, 0); });