cschroeter / park-ui

Beautifully designed components built with Ark UI and Panda CSS that work with a variety of JS frameworks.
https://park-ui.com
MIT License
1.75k stars 75 forks source link

[Select] Broken `CollectionItem` typing #351

Open Xelson opened 5 months ago

Xelson commented 5 months ago

createStyleContext.withProvider HOC cuts generic type CollectionItem of Select what leads to typing errors: image

But this is perfectly works for original ark-ui Select: image

t-rosa commented 5 months ago

Same with the combobox one: image