Open aaronfulkerson opened 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";
import { Select } from "~/components/ui/select";
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";