ui
ui copied to clipboard
Undocumented crash on Server component using 'asChild' prop
When using <Button/>
asChild
prop inside a server component, a error is thrown, because it uses a ref.
Would be nice to have a disclaimer that using this prop needs a "use client" in the docs: https://ui.shadcn.com/docs/components/button#link
Alternatively add "use client" to <Button/>
component.