mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-05-06 05:38:51 +00:00
fix: Cannot read properties of undefined (reading 'displayName')
This commit is contained in:
@@ -83,7 +83,7 @@ const SheetTitle = React.forwardRef<
|
||||
{...props}
|
||||
/>
|
||||
))
|
||||
SheetTitle.displayName = SheetPrimitive.Title.displayName
|
||||
SheetTitle.displayName = "SheetTitle"
|
||||
|
||||
const SheetDescription = React.forwardRef<
|
||||
React.ComponentRef<typeof SheetPrimitive.Description>,
|
||||
@@ -95,7 +95,7 @@ const SheetDescription = React.forwardRef<
|
||||
{...props}
|
||||
/>
|
||||
))
|
||||
SheetDescription.displayName = SheetPrimitive.Description.displayName
|
||||
SheetDescription.displayName = "SheetDescription"
|
||||
|
||||
export {
|
||||
Sheet,
|
||||
|
||||
Reference in New Issue
Block a user