We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b284c commit 14978a9Copy full SHA for 14978a9
streamlit_calendar/frontend/src/components/Calendar.tsx
@@ -182,7 +182,7 @@ const CalendarFC: React.FC<Props> = ({
182
<FullCalendar
183
ref={calendarRef}
184
plugins={ENABLED_PLUGINS}
185
- initialEvents={events}
+ events={events}
186
schedulerLicenseKey={license_key}
187
dateClick={
188
callbacks?.includes("dateClick") ? handleDateClick : undefined
0 commit comments