We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bb74da + 17a58da commit c4ab9c2Copy full SHA for c4ab9c2
docs/examples/components/TooltipSlider.tsx
@@ -22,7 +22,7 @@ const HandleTooltip = (props: {
22
23
function keepAlign() {
24
rafRef.current = raf(() => {
25
- tooltipRef.current?.forcePopupAlign();
+ tooltipRef.current?.forceAlign();
26
});
27
}
28
0 commit comments