We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2536b49 commit c4fa1ddCopy full SHA for c4fa1dd
packages/react/src/PageHeader/PageHeader.tsx
@@ -337,6 +337,7 @@ const TitleArea = React.forwardRef<HTMLDivElement, React.PropsWithChildren<Title
337
)
338
},
339
) as PolymorphicForwardRefComponent<'div', TitleAreaProps>
340
+TitleArea.displayName = 'TitleArea'
341
342
// PageHeader.LeadingAction and PageHeader.TrailingAction should only be visible on regular viewports.
343
// So they come as hidden on narrow viewports by default and their visibility can be managed by their `hidden` prop.
0 commit comments