Skip to content

Commit cca1fb8

Browse files
authored
set usePickerMigrationWarnings in comment (#3121)
1 parent 3c7f62a commit cca1fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/picker/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import usePickerSelection from './helpers/usePickerSelection';
2121
import usePickerLabel from './helpers/usePickerLabel';
2222
import usePickerSearch from './helpers/usePickerSearch';
2323
import useImperativePickerHandle from './helpers/useImperativePickerHandle';
24-
import usePickerMigrationWarnings from './helpers/usePickerMigrationWarnings';
24+
// import usePickerMigrationWarnings from './helpers/usePickerMigrationWarnings';
2525
import {extractPickerItems} from './PickerPresenter';
2626
import {
2727
PickerProps,
@@ -105,7 +105,7 @@ const Picker = React.forwardRef((props: PickerProps, ref) => {
105105
const pickerExpandable = useRef<ExpandableOverlayMethods>(null);
106106

107107
// TODO: Remove this when migration is completed, starting of v8
108-
usePickerMigrationWarnings({children, migrate, getItemLabel, getItemValue});
108+
// usePickerMigrationWarnings({children, migrate, getItemLabel, getItemValue});
109109

110110
const pickerRef = useImperativePickerHandle(ref, pickerExpandable);
111111
const {

0 commit comments

Comments
 (0)