File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,10 @@ const ModalBoundary = <V extends string | unknown>(
90
90
) ;
91
91
} ;
92
92
93
+ /**
94
+ * @deprecated Try the new ModalV2 component
95
+ *
96
+ **/
93
97
const ModalControlled = React . forwardRef ( ModalBoundary ) as < V extends string | unknown > (
94
98
props : React . PropsWithChildren < IModalControlled < V > > & {
95
99
ref ?: React . ForwardedRef < HTMLDivElement > | undefined | null ;
Original file line number Diff line number Diff line change @@ -57,6 +57,10 @@ const ModalUnControlledComponent = <V extends string | unknown>(
57
57
) ;
58
58
} ;
59
59
60
+ /**
61
+ * @deprecated Try the new ModalV2 component
62
+ *
63
+ **/
60
64
const ModalUnControlled = React . forwardRef ( ModalUnControlledComponent ) as <
61
65
V extends string | unknown ,
62
66
> (
You can’t perform that action at this time.
0 commit comments