Skip to content

Commit b5c9168

Browse files
committed
Revert workaround for LG-5589
1 parent ceb043f commit b5c9168

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

packages/compass-components/src/components/leafygreen.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import {
4646
Cell,
4747
HeaderCell,
4848
HeaderRow,
49-
ExpandedContent as LGExpandedContent,
49+
ExpandedContent,
5050
Row,
5151
Table,
5252
TableHead,
@@ -57,16 +57,9 @@ import {
5757
type LeafyGreenVirtualItem,
5858
getExpandedRowModel,
5959
getFilteredRowModel,
60-
type ExpandedContentProps,
6160
type TableProps,
6261
} from '@leafygreen-ui/table';
6362

64-
// TODO: Delete once LG-5589 is resolved
65-
interface ExpandedContentComponentType {
66-
<T>(props: ExpandedContentProps<T>): React.JSX.Element | null;
67-
}
68-
const ExpandedContent = LGExpandedContent as ExpandedContentComponentType;
69-
7063
export type {
7164
LGColumnDef,
7265
HeaderGroup,

0 commit comments

Comments
 (0)