+
{children}
)
@@ -163,7 +163,7 @@ export function ComplexListStory(): JSX.Element {
{groupId: '0'},
{groupId: '1', header: {title: 'Live query', variant: 'subtle'}},
{groupId: '2', header: {title: 'Layout', variant: 'subtle'}},
- {groupId: '3', renderItem: props =>
},
+ {groupId: '3', renderItem: props =>
},
{groupId: '4'},
]}
items={[
@@ -173,7 +173,7 @@ export function ComplexListStory(): JSX.Element {
leadingVisual: SearchIcon,
text: 'repo:github/github',
groupId: '1',
- renderItem: props =>
,
+ renderItem: props =>
,
trailingVisual: (
<>
⌘S
@@ -185,7 +185,7 @@ export function ComplexListStory(): JSX.Element {
leadingVisual: SearchIcon,
text: 'repo:github/github',
groupId: '1',
- renderItem: props =>
,
+ renderItem: props =>
,
trailingText: '⌘S', // backward compatible
trailingVisual: ArrowRightIcon, // backward compatible
},
@@ -286,7 +286,7 @@ const DoubleClickableAnchor: Exclude
+
)
diff --git a/packages/react/src/stories/useAnchoredPosition.stories.tsx b/packages/react/src/stories/useAnchoredPosition.stories.tsx
index b312d8a5348..3042cf73c83 100644
--- a/packages/react/src/stories/useAnchoredPosition.stories.tsx
+++ b/packages/react/src/stories/useAnchoredPosition.stories.tsx
@@ -69,6 +69,7 @@ interface AnchorProps extends React.ComponentPropsWithRef<'div'> {
const Float = ({children, top, left, width, height, sx, style, ...props}: FloatProps) => (
{children}
@@ -92,6 +92,7 @@ const Float = ({children, top, left, width, height, sx, style, ...props}: FloatP
const Anchor = ({children, top, left, width, height, style, ...props}: AnchorProps) => (
{children}
@@ -225,13 +225,13 @@ export const ComplexAncestry = () => {
}
const Nav = ({children, ...props}: React.ComponentPropsWithoutRef<'nav'>) => (
-