From 8277b809a6475513c602d1502f3a1062f5667a84 Mon Sep 17 00:00:00 2001 From: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com> Date: Wed, 19 Oct 2022 17:08:42 +1000 Subject: [PATCH] Improve accuracy of ts expect error comment --- packages/components/src/border-box-control/stories/index.tsx | 2 +- packages/components/src/border-control/stories/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/components/src/border-box-control/stories/index.tsx b/packages/components/src/border-box-control/stories/index.tsx index 3850739b646136..4474e0f0021def 100644 --- a/packages/components/src/border-box-control/stories/index.tsx +++ b/packages/components/src/border-box-control/stories/index.tsx @@ -82,7 +82,7 @@ const Template: ComponentStory< typeof BorderBoxControl > = ( props ) => { > Reset - { /* @ts-expect-error Ignore until Popover is converted to TS */ } + { /* @ts-expect-error Ignore until Popover.Slot is converted to TS */ } ); diff --git a/packages/components/src/border-control/stories/index.tsx b/packages/components/src/border-control/stories/index.tsx index 4d340d5fd088f3..33f28cb9bd4351 100644 --- a/packages/components/src/border-control/stories/index.tsx +++ b/packages/components/src/border-control/stories/index.tsx @@ -91,7 +91,7 @@ const Template: ComponentStory< typeof BorderControl > = ( { { ...props } /> - { /* @ts-expect-error Ignore until Popover is converted to TS */ } + { /* @ts-expect-error Ignore until Popover.Slot is converted to TS */ } );