File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ const AlertDialogTitle = React.forwardRef<
6565 { ...props }
6666 />
6767) )
68- AlertDialogTitle . displayName = AlertDialogPrimitive . Title . displayName
68+ AlertDialogTitle . displayName = "AlertDialogTitle"
6969
7070const AlertDialogDescription = React . forwardRef <
7171 React . ComponentRef < typeof AlertDialogPrimitive . Description > ,
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ const DialogTitle = React.forwardRef<
7676 { ...props }
7777 />
7878) )
79- DialogTitle . displayName = DialogPrimitive . Title . displayName
79+ DialogTitle . displayName = "DialogTitle"
8080
8181const DialogDescription = React . forwardRef <
8282 React . ComponentRef < typeof DialogPrimitive . Description > ,
@@ -88,7 +88,7 @@ const DialogDescription = React.forwardRef<
8888 { ...props }
8989 />
9090) )
91- DialogDescription . displayName = DialogPrimitive . Description . displayName
91+ DialogDescription . displayName = "DialogDescription"
9292
9393export {
9494 Dialog ,
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ const DrawerTitle = React.forwardRef<
6969 { ...props }
7070 />
7171) )
72- DrawerTitle . displayName = DrawerPrimitive . Title . displayName
72+ DrawerTitle . displayName = "DrawerTitle"
7373
7474const DrawerDescription = React . forwardRef <
7575 React . ComponentRef < typeof DrawerPrimitive . Description > ,
@@ -81,7 +81,7 @@ const DrawerDescription = React.forwardRef<
8181 { ...props }
8282 />
8383) )
84- DrawerDescription . displayName = DrawerPrimitive . Description . displayName
84+ DrawerDescription . displayName = "DrawerDescription"
8585
8686export {
8787 Drawer ,
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ const SheetTitle = React.forwardRef<
8383 { ...props }
8484 />
8585) )
86- SheetTitle . displayName = SheetPrimitive . Title . displayName
86+ SheetTitle . displayName = "SheetTitle"
8787
8888const SheetDescription = React . forwardRef <
8989 React . ComponentRef < typeof SheetPrimitive . Description > ,
@@ -95,7 +95,7 @@ const SheetDescription = React.forwardRef<
9595 { ...props }
9696 />
9797) )
98- SheetDescription . displayName = SheetPrimitive . Description . displayName
98+ SheetDescription . displayName = "SheetDescription"
9999
100100export {
101101 Sheet ,
You can’t perform that action at this time.
0 commit comments