You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added the select component with the CLI but there is no exported type for Select.Value like suggested in the usage. I checked the repo. The previous version does include it but not the next version
Change Type
Correction
Proposed Changes
The docs for select show invalid usage of the component.
I added the select component with the CLI but there is no exported type for Select.Value like suggested in the usage. I checked the repo. The previous version does include it but not the next version
New version without the Value type: https://github.com/huntabyte/shadcn-svelte/blob/next/sites/docs/src/lib/registry/new-york/ui/select/index.ts
Old version that includes it https://github.com/huntabyte/shadcn-svelte/blob/main/sites/docs/src/lib/registry/new-york/ui/select/index.ts
The text was updated successfully, but these errors were encountered: