When I give an initial date it is marked for all months on the calendar how can I avoid that ?
<Agenda
items={items}
loadItemsForMonth={loadItems}
current={'2022-10-28'}
showClosingKnob={true}
renderItem={renderItem}
theme={{
dotColor: "#22F460",
}}
markingType={'custom'}
markedDates={marked}
/>