kevinmitch14
kevinmitch14
`collapsible` is not a valid prop when ``. this prop is only valid when `type="single"` From [docs](https://www.radix-ui.com/docs/primitives/components/accordion): collapsible - When type is "single", allows closing content when clicking trigger for...
Button docs only mention using `` component and doesn't mention using `` element for external links. It is recommended to use an `` tag to link to external pages outside...
Button docs only mention using `` component and doesn't mention using `` element for external links. It is recommended to use an `` tag to link to external pages outside...
Hey team, I have been playing around with Tremor and noticed that hot reload times really increased. After doing a bit of digging I found that the bundle size is...
As of v3 of zod, using `import * as z from "zod"` is no longer required, [see here](https://github.com/colinhacks/zod/blob/dd849254d1149bc1f2ef0f47f0f7607955e4db85/MIGRATION.md?plain=1#L30). This PR aligns all zod imports to match `import { z }...
updates in /cli
This was addressed in https://github.com/shadcn-ui/ui/pull/1295. The change in the previous PR fixed the issue in the IDE. However when running the app, the `Warning: Each child in a list should...
[cmdk's README.md](https://github.com/pacocoursey/cmdk#readme) states that `[data-disabled]` is available on ``. However since the PR that made this data attribute available, there has been no releases. As a result the styling using...
Follow up of #1980
### What is the improvement or update you wish to see? It is unclear where `notFound()` can be called. Is it safe to use this in a server action for...