Skip to content

Commit a8c0aaa

Browse files
committed
fix: useMergeRefs import
1 parent 42cc432 commit a8c0aaa

File tree

1 file changed

+4
-1
lines changed
  • src/app-layout/visual-refresh-toolbar/skeleton

1 file changed

+4
-1
lines changed

src/app-layout/visual-refresh-toolbar/skeleton/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
import React from 'react';
44
import clsx from 'clsx';
55

6+
import { useMergeRefs } from '@cloudscape-design/component-toolkit/internal';
7+
68
import ScreenreaderOnly from '../../../internal/components/screenreader-only';
79
import VisualContext from '../../../internal/components/visual-context';
810
import customCssProps from '../../../internal/generated/custom-css-properties';
9-
import { useMergeRefs } from '../../../internal/hooks/use-merge-refs';
1011
import { useGetGlobalBreadcrumbs } from '../../../internal/plugins/helpers/use-global-breadcrumbs';
1112
import { computeVerticalLayout } from '../compute-layout';
1213
import { AppLayoutInternalProps } from '../interfaces';
@@ -136,6 +137,8 @@ export const SkeletonLayout = (props: RootSkeletonLayoutProps) => {
136137

137138
const contentWrapperElAttributes = getContentWrapperElAttributes?.(toolbarProps, verticalOffsets);
138139

140+
console.log('contentElAttributes: ', contentElAttributes);
141+
139142
return (
140143
<>
141144
{/* Rendering a hidden copy of breadcrumbs to trigger their deduplication */}

0 commit comments

Comments
 (0)