[Polaris Components - Combobox - Listbox.Option] Cannot use React.Node children

Hello,

the typescript documentation says that the Listbox.Option component accepts ReactNode children but it’s not true. Anytime I add something different than a string everything breaks.
What can we do about this if we want to show some custom components inside a listbox options?

Thank you,
Andrei

I have the same issue