@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.cjs +1 -1
- package/dist/taco.cjs.map +1 -1
- package/dist/taco.js +1 -1
- package/dist/taco.js.map +1 -1
- package/package.json +2 -2
package/dist/taco.cjs
CHANGED
@@ -37939,7 +37939,7 @@ function useTableRenderer(renderers, table, tableRef, length, defaultRowActiveIn
|
|
37939
37939
|
row = rows[virtualRow.index];
|
37940
37940
|
}
|
37941
37941
|
if (!(row == null ? void 0 : row.original)) {
|
37942
|
-
const skeletonKey = `skeleton-${virtualRow.index}
|
37942
|
+
const skeletonKey = `skeleton-${virtualRow.index}`;
|
37943
37943
|
return /* @__PURE__ */ React.createElement(
|
37944
37944
|
SkeletonRow,
|
37945
37945
|
{
|