Skip to content

Commit

Permalink
docs: ignore ts
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Oct 27, 2024
1 parent 39c1d4e commit 697475c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ type Story = StoryObj<typeof useActiveDescendantListFocus>;

export default {
title: "Hooks/useActiveDescendantListFocus",
// @ts-ignore
component: UseActiveDescendantListFocus
} satisfies Meta<typeof useActiveDescendantListFocus>;

Expand Down Expand Up @@ -41,6 +42,7 @@ export const Overview: Story = {
<Flex direction="column">
<Search
ref={focusedElementRef}
// @ts-ignore
role={focusedElementProps.role}
currentAriaResultId={focusedElementProps["aria-activedescendant"]}
/>
Expand Down Expand Up @@ -81,5 +83,6 @@ export const Overview: Story = {
},

name: "Overview",
// @ts-ignore
play: overviewInteractionSuite
};

0 comments on commit 697475c

Please sign in to comment.