Skip to content

Commit df21605

Browse files
committed
Fix missing import
1 parent 108cb99 commit df21605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/picker/new.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// TODO: consider deprecating renderCustomModal prop
66
// TODO: deprecate onShow cause it's already supported by passing it in pickerModalProps
77
import _ from 'lodash';
8-
import React, {useMemo, useState, useRef, PropsWithChildren} from 'react';
8+
import React, {useMemo, useState, useRef, PropsWithChildren, useCallback} from 'react';
99
import {LayoutChangeEvent} from 'react-native';
1010
import {
1111
Constants,

0 commit comments

Comments
 (0)