Skip to content

Commit df5f788

Browse files
committed
Disable eslint error
1 parent c15e6aa commit df5f788

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export function ControlSelect<T>({
9292
const props = select.getProps("controlSelect", baseSelectProps)
9393
if (showLoadMoreButton) {
9494
props.components = {
95+
// eslint-disable-next-line react/prop-types
9596
...props.components,
9697
MenuList: LoadMore,
9798
}

0 commit comments

Comments
 (0)