diff --git a/src/components/Select/components/SelectList/SelectList.tsx b/src/components/Select/components/SelectList/SelectList.tsx index fbc28935b4..00c353cda0 100644 --- a/src/components/Select/components/SelectList/SelectList.tsx +++ b/src/components/Select/components/SelectList/SelectList.tsx @@ -126,7 +126,7 @@ export const SelectList = React.forwardRef, SelectListProps> /> ); }, - [renderOption, renderOptionGroup, value, multiple, getItemHeight], + [renderOption, renderOptionGroup, value, multiple, getItemHeight, onLoadMore], ); return (