Closed
Description
Description
<SheetClose asChild> <Button asChild> <Link href={...}> ... </Link> </Button> </SheetClose>
render empty
debug: debugStack Error
Verifications
- I've verified that the problem I'm experiencing isn't covered in the docs.
- I've searched for similar, existing issues on GitHub and Stack Overflow.
- I've compared my app to a working example to look for differences.
Mandatory reproduction URL
https://github.com/amannn/next-intl
Reproduction description
Steps to reproduce:
- work with SheetClose from shadcn/ui
Expected behaviour
When using import NLink from "next/link";
, it is rendered as expected successfully.