We would like to be able to display an image (user's avatar) alongside a string event.title. Perhaps it could be event.image?
Or event.title would be able to have the type string or JSX to allow multiple use cases?
you can use titleAccessor to return more than a string i believe. the calendar should render whatever you return
Most helpful comment
you can use
titleAccessorto return more than a string i believe. the calendar should render whatever you return