@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.
@@ -3167,6 +3167,10 @@ function TableToolbarViews({
3167
3167
  []
3168
3168
  );
3169
3169
  const [tabViewIds, setTabViewIds] = React.useState(initialIds);
3170
+ React.useRef(null);
3171
+ React.useEffect(() => {
3172
+ return;
3173
+ }, [views, maxCustomTabs, maxTabs, myOwnerKey]);
3170
3174
  const prevIdsRef = React.useRef(views.map((v) => v.id));
3171
3175
  React.useEffect(() => {
3172
3176
  const currentIds = views.map((v) => v.id);
@@ -13037,4 +13041,4 @@ exports.useColumnResize = useColumnResize;
13037
13041
  exports.useColumnWidths = useColumnWidths;
13038
13042
  exports.useDataTableContext = useDataTableContext;
13039
13043
  exports.useFloatingPanelResize = useFloatingPanelResize;
13040
- //# sourceMappingURL=panel-C3fekbdr.cjs.map
13044
+ //# sourceMappingURL=panel-D43Xnc-N.cjs.map