odaptos_design_system 1.4.232 → 1.4.233

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12950,6 +12950,10 @@ const TabsUnderline = ({
12950
12950
  React.useEffect(() => {
12951
12951
  setValue(defaultValue);
12952
12952
  }, [defaultValue]);
12953
+ React.useEffect(() => {
12954
+ console.log('value', value);
12955
+ console.log('defaultValue', defaultValue);
12956
+ }, [defaultValue, value]);
12953
12957
  return /*#__PURE__*/React__default.createElement("div", {
12954
12958
  className: `${styles$O.tabbar} ${className && className}`
12955
12959
  }, /*#__PURE__*/React__default.createElement(Tabs$1, {