Skip to content

Commit 509a636

Browse files
committed
Revert workaround for LG-5589
1 parent 84b5697 commit 509a636

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,
@@ -55,16 +55,9 @@ import {
5555
useLeafyGreenTable,
5656
getExpandedRowModel,
5757
getFilteredRowModel,
58-
type ExpandedContentProps,
5958
} from '@leafygreen-ui/table';
6059
import type { Row as LgTableRowType } from '@tanstack/table-core'; // TODO(COMPASS-8437): import from LG
6160

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

0 commit comments

Comments
 (0)