@snksergio/design-system 0.43.0 → 0.43.1

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.
@@ -3149,6 +3149,10 @@ function TableToolbarViews({
3149
3149
  []
3150
3150
  );
3151
3151
  const [tabViewIds, setTabViewIds] = useState(initialIds);
3152
+ useRef(null);
3153
+ useEffect(() => {
3154
+ return;
3155
+ }, [views, maxCustomTabs, maxTabs, myOwnerKey]);
3152
3156
  const prevIdsRef = useRef(views.map((v) => v.id));
3153
3157
  useEffect(() => {
3154
3158
  const currentIds = views.map((v) => v.id);
@@ -13021,4 +13025,4 @@ export {
13021
13025
  DataTableActionsCell as y,
13022
13026
  DataTableEditCell as z
13023
13027
  };
13024
- //# sourceMappingURL=panel-UwUWfDLf.mjs.map
13028
+ //# sourceMappingURL=panel-BhXMif_f.mjs.map