Skip to content

Commit 3704183

Browse files
authored
Add missing displayName to PageHeader.ParentLink
1 parent 2b9a37a commit 3704183

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react/src/PageHeader/PageHeader.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)