cschroeter / park-ui

Beautifully designed components built on Ark UI that work for the JS and CSS frameworks of your choice.
https://park-ui.com
MIT License
1.46k stars 58 forks source link

[Select] Broken `CollectionItem` typing #351

Open Xelson opened 1 week ago

Xelson commented 1 week 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 days ago

Same with the combobox one: image