Skip to content

Commit 3706c2d

Browse files
committed
adjusted types
1 parent e16951a commit 3706c2d

File tree

3 files changed

+269
-10
lines changed

3 files changed

+269
-10
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@
4747
"@storybook/addon-links": "^9.1.3",
4848
"@storybook/react-vite": "^9.1.3",
4949
"@testing-library/react": "^16.3.0",
50+
"@types/jest": "^30.0.0",
5051
"@types/lodash": "^4",
5152
"@types/react": "^19.1.12",
52-
"@types/react-dom": "^18.2.19",
53+
"@types/react-dom": "^19",
5354
"@types/stylus": "^0",
5455
"eslint-plugin-storybook": "9.1.3",
5556
"less": "^4.4.1",

src/components/content-presentation/table/components/TableRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use client';
22
import classNames from 'classnames';
3-
import React, { Children, cloneElement, FC, HTMLProps, useContext, useEffect } from 'react';
3+
import { Children, cloneElement, FC, HTMLProps, useContext, useEffect } from 'react';
44
import TableContext from '../TableContext';
55
import { getHeadingsFromChildren, isTableCell } from '../TableHelpers';
66
import TableSectionContext, { TableSection } from '../TableSectionContext';

0 commit comments

Comments
 (0)