We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7471a commit 879c3acCopy full SHA for 879c3ac
packages/components/tabs/src/tabs.tsx
@@ -97,7 +97,7 @@ const Tabs = forwardRef(function Tabs<T extends object>(
97
98
requestAnimationFrame(() => cursorRef.current?.setAttribute("data-initialized", "true"));
99
},
100
- [getCursorStyles, variant],
+ [cursorRef.current, getCursorStyles, variant],
101
);
102
103
const onResize = useCallback(
0 commit comments