File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/app-layout/visual-refresh-toolbar/skeleton Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 3
3
import React from 'react' ;
4
4
import clsx from 'clsx' ;
5
5
6
+ import { useMergeRefs } from '@cloudscape-design/component-toolkit/internal' ;
7
+
6
8
import ScreenreaderOnly from '../../../internal/components/screenreader-only' ;
7
9
import VisualContext from '../../../internal/components/visual-context' ;
8
10
import customCssProps from '../../../internal/generated/custom-css-properties' ;
9
- import { useMergeRefs } from '../../../internal/hooks/use-merge-refs' ;
10
11
import { useGetGlobalBreadcrumbs } from '../../../internal/plugins/helpers/use-global-breadcrumbs' ;
11
12
import { computeVerticalLayout } from '../compute-layout' ;
12
13
import { AppLayoutInternalProps } from '../interfaces' ;
@@ -136,6 +137,8 @@ export const SkeletonLayout = (props: RootSkeletonLayoutProps) => {
136
137
137
138
const contentWrapperElAttributes = getContentWrapperElAttributes ?.( toolbarProps , verticalOffsets ) ;
138
139
140
+ console . log ( 'contentElAttributes: ' , contentElAttributes ) ;
141
+
139
142
return (
140
143
< >
141
144
{ /* Rendering a hidden copy of breadcrumbs to trigger their deduplication */ }
You can’t perform that action at this time.
0 commit comments