File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
* - `combobox` mode not support `optionLabelProp`
30
30
*/
31
31
32
- import React from 'react' ;
32
+ import * as React from 'react' ;
33
33
import { OptionsType as SelectOptionsType } from './interface' ;
34
34
import SelectOptionList from './OptionList' ;
35
35
import Option from './Option' ;
Original file line number Diff line number Diff line change 1
- import React from 'react' ;
1
+ import * as React from 'react' ;
2
2
import { composeRef } from 'rc-util/lib/ref' ;
3
3
4
4
type InputRef = HTMLInputElement | HTMLTextAreaElement ;
Original file line number Diff line number Diff line change 1
- import React from 'react' ;
1
+ import * as React from 'react' ;
2
2
import classNames from 'classnames' ;
3
3
import pickAttrs from 'rc-util/lib/pickAttrs' ;
4
4
import { CSSMotionList } from 'rc-motion' ;
Original file line number Diff line number Diff line change 1
- import React from 'react' ;
1
+ import * as React from 'react' ;
2
2
import pickAttrs from 'rc-util/lib/pickAttrs' ;
3
3
import Input from './Input' ;
4
4
import { InnerSelectorProps } from '.' ;
Original file line number Diff line number Diff line change 1
- import React from 'react' ;
1
+ import * as React from 'react' ;
2
2
import warning , { noteOnce } from 'rc-util/lib/warning' ;
3
3
import toNodeArray from 'rc-util/lib/Children/toArray' ;
4
4
import { SelectProps } from '..' ;
You can’t perform that action at this time.
0 commit comments