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.
@ts-expect-error
1 parent 18fcde7 commit 275c205Copy full SHA for 275c205
packages/@headlessui-react/src/components/combobox/combobox.tsx
@@ -1752,8 +1752,7 @@ function OptionsFn<TTag extends ElementType = typeof DEFAULT_OPTIONS_TAG>(
1752
children: (
1753
<Frozen freeze={shouldFreeze}>
1754
{typeof theirProps.children === 'function'
1755
- ? // @ts-expect-error The `children` prop now is a callback function
1756
- theirProps.children?.(slot)
+ ? theirProps.children?.(slot)
1757
: theirProps.children}
1758
</Frozen>
1759
),
0 commit comments