We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abf4eb commit 75cc0efCopy full SHA for 75cc0ef
packages/nextjs/src/components/layouts/LayoutContainer.tsx
@@ -26,7 +26,7 @@ export const LayoutContainer = ({
26
const { layoutConfig } = useLayoutConfig();
27
28
const { descriptor, type, config = {} } = layoutProps;
29
- const { pageProps, ...filteredDivElementProps } = divElementProps;
+ const { pageProps: _pageProps, ...filteredDivElementProps } = divElementProps;
30
const layoutName = descriptor.split(':')[1];
31
const commonLayoutStyle = getCommonLayoutStyle(config);
32
const paddingConfig = config.paddingSides?._selected;
0 commit comments