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.74k stars 75 forks source link

Select.Root doesn't have prop items #462

Open aaronfulkerson opened 3 weeks ago

aaronfulkerson commented 3 weeks ago

Hi, the examples seem a bit broken.

https://park-ui.com/react/docs/components/select

When I try and use this example with all of the the latest versions (on Next 14, React 18), VSCode tells me that the items prop doesn't exist.

Importing Select with import { Select } from "~/components/ui/select";