How to populate modal on event click?
问题 Currently setting up FullCalendar using ReactJS. I can populate my calendar and the events but having trouble with the eventClick={} . How can I populate a modal using eventClick={} and retrieve event information? I have managed to get the modal to appear when the event is clicked on but I cannot seem to pass any data through < this is the closest I got. I thought of perhaps greating a function where the modal fires off but I cant work out how to make it show. Current Code constructor() {