From 39433ccd03298ccee2087a37866f5f88073739df Mon Sep 17 00:00:00 2001 From: ionkorol Date: Sun, 14 Sep 2025 14:14:28 -0400 Subject: [PATCH] fix: missing defined key prop in the timeline list component --- src/timeline-list/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timeline-list/index.tsx b/src/timeline-list/index.tsx index e7fd84174..61ba9dec6 100644 --- a/src/timeline-list/index.tsx +++ b/src/timeline-list/index.tsx @@ -142,7 +142,7 @@ const TimelineList = (props: TimelineListProps) => { return ( <> - + {/* NOTE: Keeping this for easy debugging */} {/* {item}*/}