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 2b9a37a commit 3704183Copy full SHA for 3704183
packages/react/src/PageHeader/PageHeader.tsx
@@ -238,6 +238,7 @@ const ParentLink = React.forwardRef<HTMLAnchorElement, ParentLinkProps>(
238
)
239
},
240
) as PolymorphicForwardRefComponent<'a', ParentLinkProps>
241
+ParentLink.displayName = 'ParentLink'
242
243
// ContextBar
244
// Generic slot for any component above the title region. Use it for custom breadcrumbs and other navigation elements instead of ParentLink.
0 commit comments