Eldin Habibovic

Results 1 issues of Eldin Habibovic

I cant get onClick to work on a Marker with children. ```typescript console.log('marker')} key={route.journeyNumber} anchor={[Number.parseFloat(route.latLon.latitude), Number.parseFloat(route.latLon.longitude)]}> console.log('marker child')} className='bg-white'> custom icon ``` Neither marker or marker children gets logged. If...