File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import usePickerSelection from './helpers/usePickerSelection';
22
22
import usePickerLabel from './helpers/usePickerLabel' ;
23
23
import usePickerSearch from './helpers/usePickerSearch' ;
24
24
import useImperativePickerHandle from './helpers/useImperativePickerHandle' ;
25
- import usePickerMigrationWarnings from './helpers/usePickerMigrationWarnings' ;
25
+ // import usePickerMigrationWarnings from './helpers/usePickerMigrationWarnings';
26
26
import { extractPickerItems } from './PickerPresenter' ;
27
27
import {
28
28
PickerProps ,
@@ -107,7 +107,7 @@ const Picker = React.forwardRef((props: PickerProps, ref) => {
107
107
const pickerExpandable = useRef < ExpandableOverlayMethods > ( null ) ;
108
108
109
109
// TODO: Remove this when migration is completed, starting of v8
110
- usePickerMigrationWarnings ( { children, migrate, getItemLabel, getItemValue} ) ;
110
+ // usePickerMigrationWarnings({children, migrate, getItemLabel, getItemValue});
111
111
112
112
const pickerRef = useImperativePickerHandle ( ref , pickerExpandable ) ;
113
113
const {
You can’t perform that action at this time.
0 commit comments