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 56db8bd commit d127f79Copy full SHA for d127f79
packages/react/src/PageLayout/PageLayout.tsx
@@ -443,7 +443,7 @@ export type PageLayoutHeaderProps = {
443
style?: React.CSSProperties
444
}
445
446
-const Header: FCWithSlotMarker<React.PropsWithChildren<PageLayoutHeaderProps>> = function Header({
+const Header: FCWithSlotMarker<React.PropsWithChildren<PageLayoutHeaderProps>> = ({
447
'aria-label': label,
448
'aria-labelledby': labelledBy,
449
padding = 'none',
0 commit comments