Closed DwieDave closed 4 months ago
Initializing Park-UI with npx @park-ui/cli@latest init
again helped with this issue for me. There is still an error in the combobox.tsx
that got added from the cli (I re-ran the add
command with the most current version as well)
This is sadly still preventing the build from running:
@DwieDave This should be fixed by now
I'm trying to get the combobox to work with my setup:
@4.9.2
@4.2.0
@1.8.17
@3.0.2
After adding the combobox using the CLI (which worked great for the Button) I'm getting a bunch of typescript errors in the
ui/combobox.tsx
:and from those I get the following when I use the ComboBox Components:
While this still works when I run pnpm dev it doesn't build with astro/vite with those errors.