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.
2 parents 9852702 + 450277c commit abd3e71Copy full SHA for abd3e71
packages/lib/src/tabs/Tabs.tsx
@@ -93,7 +93,7 @@ const DxcTabs = ({
93
setTotalTabsWidth(refTabList.current.firstElementChild?.offsetWidth);
94
setMinHeightTabs(refTabList?.current?.offsetHeight + 1);
95
}
96
- }, [childrenArray]);
+ }, []);
97
98
const contextValue = useMemo(() => {
99
const focusedChild = childrenArray[innerFocusIndex];
0 commit comments