Merge branch 'hotfix/v2.5.1' into develop

This commit is contained in:
Alexey Safronov 2024-04-23 15:25:21 +04:00
commit 3d7a31bff8

View File

@ -116,6 +116,20 @@ const Tooltip = React.forwardRef<TooltipRefProps, TooltipProps>(
flip({
crossAxis: false,
fallbackAxisSideDirection,
fallbackPlacements: [
"right",
"bottom",
"left",
"top",
"top-start",
"top-end",
"right-start",
"right-end",
"bottom-start",
"bottom-end",
"left-start",
"left-end",
],
}),
shift(),
]}