diff --git a/packages/@headlessui-react/src/components/combobox/combobox.tsx b/packages/@headlessui-react/src/components/combobox/combobox.tsx index c65f37bf50..6de5b037cb 100644 --- a/packages/@headlessui-react/src/components/combobox/combobox.tsx +++ b/packages/@headlessui-react/src/components/combobox/combobox.tsx @@ -1752,8 +1752,7 @@ function OptionsFn( children: ( {typeof theirProps.children === 'function' - ? // @ts-expect-error The `children` prop now is a callback function - theirProps.children?.(slot) + ? theirProps.children?.(slot) : theirProps.children} ),