Skip to content

Commit

Permalink
Improve accuracy of ts expect error comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Oct 19, 2022
1 parent 89cf202 commit 8277b80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const Template: ComponentStory< typeof BorderBoxControl > = ( props ) => {
>
Reset
</Button>
{ /* @ts-expect-error Ignore until Popover is converted to TS */ }
{ /* @ts-expect-error Ignore until Popover.Slot is converted to TS */ }
<Popover.Slot />
</SlotFillProvider>
);
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/border-control/stories/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const Template: ComponentStory< typeof BorderControl > = ( {
{ ...props }
/>
</div>
{ /* @ts-expect-error Ignore until Popover is converted to TS */ }
{ /* @ts-expect-error Ignore until Popover.Slot is converted to TS */ }
<Popover.Slot />
</SlotFillProvider>
);
Expand Down

0 comments on commit 8277b80

Please sign in to comment.