diff --git a/src/timeline-list/index.tsx b/src/timeline-list/index.tsx
index e7fd84174..0c34851f7 100644
--- a/src/timeline-list/index.tsx
+++ b/src/timeline-list/index.tsx
@@ -123,7 +123,6 @@ const TimelineList = (props: TimelineListProps) => {
const numberOfDaysToDrop = (7 - numberOfDays);
const _timelineProps = {
...timelineProps,
- key: item,
date: dropRight(weekDates, numberOfDaysToDrop),
events: flatten(dropRight(weekEvents, numberOfDaysToDrop)),
scrollToNow: _isToday && isInitialPage && scrollToNow,
@@ -142,7 +141,7 @@ const TimelineList = (props: TimelineListProps) => {
return (
<>
-
+
{/* NOTE: Keeping this for easy debugging */}
{/* {item}*/}
>