Skip to content

Commit 8e27e4e

Browse files
authored
Popover: Remove deprecation note (#6753)
1 parent 7ae5db2 commit 8e27e4e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/react/src/Popover/Popover.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ type CaretPosition =
1818
| 'right-top'
1919

2020
type StyledPopoverProps = {
21-
/**
22-
* @deprecated `caret` is deprecated and will be removed in v38.
23-
*/
2421
caret?: CaretPosition
2522
relative?: boolean
2623
open?: boolean

0 commit comments

Comments
 (0)