diff --git a/package.json b/package.json index e52d10fd..03103dd1 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16", "@storybook/api": "^6.5.9", - "@storybook/components-marketing": "^2.1.3", + "@storybook/components-marketing": "2.1.4--canary.71.c173276.0", "@storybook/design-system": "7.13.1", "@storybook/theming": "^6.5.9", "core-js": "^3.22.8", diff --git a/src/components/layout/PageLayout.js b/src/components/layout/PageLayout.js index c1ee8bb5..723b868a 100644 --- a/src/components/layout/PageLayout.js +++ b/src/components/layout/PageLayout.js @@ -64,7 +64,6 @@ export function PurePageLayout({ dxData, children, pageContext, ...props }) { const { algoliaDocSearchConfig, description, - defaultRenderer, googleSiteVerification, latestVersionString, ogImage, @@ -74,7 +73,6 @@ export function PurePageLayout({ dxData, children, pageContext, ...props }) { } = useSiteMetadata(); const isHomePage = props.location.pathname === '/'; - const { renderer } = pageContext; const activeSection = activeRouteSection(props.location.pathname); return ( @@ -139,7 +137,6 @@ export function PurePageLayout({ dxData, children, pageContext, ...props }) { />