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 @@ -21,7 +21,7 @@ import usePickerSelection from './helpers/usePickerSelection';
21
21
import usePickerLabel from './helpers/usePickerLabel' ;
22
22
import usePickerSearch from './helpers/usePickerSearch' ;
23
23
import useImperativePickerHandle from './helpers/useImperativePickerHandle' ;
24
- import usePickerMigrationWarnings from './helpers/usePickerMigrationWarnings' ;
24
+ // import usePickerMigrationWarnings from './helpers/usePickerMigrationWarnings';
25
25
import { extractPickerItems } from './PickerPresenter' ;
26
26
import {
27
27
PickerProps ,
@@ -105,7 +105,7 @@ const Picker = React.forwardRef((props: PickerProps, ref) => {
105
105
const pickerExpandable = useRef < ExpandableOverlayMethods > ( null ) ;
106
106
107
107
// TODO: Remove this when migration is completed, starting of v8
108
- usePickerMigrationWarnings ( { children, migrate, getItemLabel, getItemValue} ) ;
108
+ // usePickerMigrationWarnings({children, migrate, getItemLabel, getItemValue});
109
109
110
110
const pickerRef = useImperativePickerHandle ( ref , pickerExpandable ) ;
111
111
const {
You can’t perform that action at this time.
0 commit comments