Skip to content

Commit

Permalink
fix(ListBoxMenuItem): add ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Jun 6, 2023
1 parent d4d16fb commit e8b7f80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/ListBox/ListBoxMenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const ListBoxMenuItem = React.forwardRef<HTMLDivElement, ListBoxMenuItemProps>(
className={className}
title={isTruncated ? title : undefined}
tabIndex={-1}>
{/* @ts-ignore Layer is not typed yet*/}
<Layer>
<div
className={`${prefix}--list-box__menu-item__option`}
Expand Down

0 comments on commit e8b7f80

Please sign in to comment.