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