From 85b544a7717579a13689d78c7942a3450a12d335 Mon Sep 17 00:00:00 2001 From: Marie Lucca Date: Tue, 29 Oct 2024 16:05:22 -0400 Subject: [PATCH] fix(Timeline): add display name --- packages/react/src/Timeline/Timeline.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/react/src/Timeline/Timeline.tsx b/packages/react/src/Timeline/Timeline.tsx index a69e37b9f2a..3fb5e22b86d 100644 --- a/packages/react/src/Timeline/Timeline.tsx +++ b/packages/react/src/Timeline/Timeline.tsx @@ -188,6 +188,8 @@ TimelineBody.displayName = 'Timeline.Body' TimelineBreak.displayName = 'Timeline.Break' +Timeline.displayName = 'Timeline' + export type TimelineProps = ComponentProps export type TimelineItemsProps = ComponentProps export type TimelineBodyProps = ComponentProps