in src/components/ConferenceCalendar.tsx [72:74]
function isValidDate(date: Date) { return date instanceof Date && !isNaN(date.getTime()); }