We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818e058 commit 95f7e99Copy full SHA for 95f7e99
example/src/screens/expandableCalendarScreen.tsx
@@ -36,7 +36,7 @@ const ExpandableCalendarScreen = (props: Props) => {
36
37
return (
38
<CalendarProvider
39
- date={ITEMS[1].title}
+ date={ITEMS[1]?.title}
40
// onDateChanged={onDateChanged}
41
// onMonthChange={onMonthChange}
42
showTodayButton
0 commit comments