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 c15e6aa commit df5f788Copy full SHA for df5f788
packages/connect-react/src/components/ControlSelect.tsx
@@ -92,6 +92,7 @@ export function ControlSelect<T>({
92
const props = select.getProps("controlSelect", baseSelectProps)
93
if (showLoadMoreButton) {
94
props.components = {
95
+ // eslint-disable-next-line react/prop-types
96
...props.components,
97
MenuList: LoadMore,
98
}
0 commit comments