Geoff C.-F. Chen
Results
2
comments of
Geoff C.-F. Chen
My solution ``` const [show, setShow] = useState(false); const [date, setDate] = useState(new Date()); const onDateChange = (event, date) => { if (event.type === "dismissed" || event.type === "set") {...
> @tuanthanh2067, Have you solved the issue? I was getting the same issue, which was solved by adding `margin-bottom` in the theme. > > ```js > events={eventsByDate} > timelineProps={{ >...