File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import type { CompareProps } from '@rc-component/context/lib/Immutable' ;
2
+ import classNames from 'classnames' ;
3
+ import { warning } from 'rc-util' ;
2
4
import * as React from 'react' ;
3
- import { INTERNAL_HOOKS } from '..' ;
5
+ import { INTERNAL_HOOKS } from '../constant' ;
6
+ import { makeImmutable } from '../context/TableContext' ;
4
7
import type { CustomizeScrollBody } from '../interface' ;
5
8
import Table , { DEFAULT_PREFIX , type TableProps } from '../Table' ;
6
9
import Grid from './BodyGrid' ;
7
10
import { StaticContext } from './context' ;
8
- import { makeImmutable } from '../context/TableContext' ;
9
- import { warning } from 'rc-util' ;
10
- import classNames from 'classnames' ;
11
11
12
12
const renderBody : CustomizeScrollBody < any > = ( rawData , props ) => {
13
13
const { ref, onScroll } = props ;
You can’t perform that action at this time.
0 commit comments