Skip to content

Commit 657f3d6

Browse files
committed
Add missing import
1 parent c5335cb commit 657f3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/connect-react/src/components/ControlSelect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
useMemo,
44
useState,
55
} from "react";
6-
import type { CSSObjectWithLabel } from "react-select";
6+
import type { CSSObjectWithLabel, MenuListProps } from "react-select";
77
import Select, {
88
components,
99
Props as ReactSelectProps,

0 commit comments

Comments
 (0)