We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb74da commit 17a58daCopy full SHA for 17a58da
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