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 6c0a2f1 commit c5335cbCopy full SHA for c5335cb
packages/connect-react/src/components/ControlSelect.tsx
@@ -121,7 +121,7 @@ export function ControlSelect<T>({
121
const LoadMore = ({
122
// eslint-disable-next-line react/prop-types
123
children, ...props
124
- }: any) => {
+ }: MenuListProps<LabelValueOption<T>, boolean>) => {
125
return (
126
<components.MenuList {...props}>
127
{children}
0 commit comments