File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -238,6 +238,7 @@ const ParentLink = React.forwardRef<HTMLAnchorElement, ParentLinkProps>(
238238 )
239239 } ,
240240) as PolymorphicForwardRefComponent < 'a' , ParentLinkProps >
241+ ParentLink . displayName = 'ParentLink'
241242
242243// ContextBar
243244// Generic slot for any component above the title region. Use it for custom breadcrumbs and other navigation elements instead of ParentLink.
@@ -337,6 +338,7 @@ const TitleArea = React.forwardRef<HTMLDivElement, React.PropsWithChildren<Title
337338 )
338339 } ,
339340) as PolymorphicForwardRefComponent < 'div' , TitleAreaProps >
341+ TitleArea . displayName = 'TitleArea'
340342
341343// PageHeader.LeadingAction and PageHeader.TrailingAction should only be visible on regular viewports.
342344// So they come as hidden on narrow viewports by default and their visibility can be managed by their `hidden` prop.
You can’t perform that action at this time.
0 commit comments