fis-component 0.0.82 → 0.0.83

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.
package/dist/esm/index.js CHANGED
@@ -63065,7 +63065,7 @@ const FISTab = ({ children, active: propActive, defaultActive, size = "md", clas
63065
63065
  }
63066
63066
  onChange?.(key);
63067
63067
  };
63068
- const activeContent = useMemo$1(() => tabs.find((tab) => tab.value === activeKey)?.children, [activeKey]);
63068
+ const activeContent = tabs.find((tab) => tab.value === activeKey)?.children;
63069
63069
  useEffect(() => {
63070
63070
  if (propActive !== undefined) {
63071
63071
  setStateActive(propActive);