adzialocha / hoffnung3000

Platform for decentralized, anonymized, self-curated festivals
https://hoffnung3000.de
GNU Affero General Public License v3.0
36 stars 8 forks source link

Feature: Pass a component into Leaflet map popup #73

Closed sandreae closed 4 years ago

sandreae commented 4 years ago

It would be very neat if the event info that appears in the map popup could be a react component (the CalendarList) but I'm having trouble making it work. Tried as described here: https://stackoverflow.com/questions/58181405/pass-a-react-component-to-leaflet-popup it is working just by passing the event info as html, but if there is a smart fix for this that I don't know about......