@economic/taco 2.67.1-footer-fix.2 → 2.67.1-footer-fix.3

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/taco.js CHANGED
@@ -37921,7 +37921,7 @@ function useTableRenderer(renderers, table, tableRef, length, defaultRowActiveIn
37921
37921
  row = rows[virtualRow.index];
37922
37922
  }
37923
37923
  if (!(row == null ? void 0 : row.original)) {
37924
- const skeletonKey = `skeleton-${virtualRow.index}-${JSON.stringify(table.getState().sorting).slice(0, 8)}`;
37924
+ const skeletonKey = `skeleton-${virtualRow.index}`;
37925
37925
  return /* @__PURE__ */ React__default.createElement(
37926
37926
  SkeletonRow,
37927
37927
  {