Skip to content

Commit 85b8381

Browse files
authored
Drop more ts-expect-error!
1 parent ac0688b commit 85b8381

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/react/src/experimental/Tabs/Tabs.examples.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const CustomTabList = (props: React.PropsWithChildren) => {
1717

1818
return (
1919
<div style={{width: '200px'}}>
20-
{/* @ts-expect-error it needs a non nullable ref */}
2120
<ActionList {...tabListProps}>{props.children}</ActionList>
2221
</div>
2322
)

0 commit comments

Comments
 (0)