We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5335cb commit 657f3d6Copy full SHA for 657f3d6
packages/connect-react/src/components/ControlSelect.tsx
@@ -3,7 +3,7 @@ import {
3
useMemo,
4
useState,
5
} from "react";
6
-import type { CSSObjectWithLabel } from "react-select";
+import type { CSSObjectWithLabel, MenuListProps } from "react-select";
7
import Select, {
8
components,
9
Props as ReactSelectProps,
0 commit comments