@plasmicpkgs/plasmic-rich-components 1.0.151 → 1.0.152

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.
@@ -1386,14 +1386,9 @@ function useSortedFilteredData(data, columns) {
1386
1386
  };
1387
1387
  }
1388
1388
  function deriveRowKey(data, rowKey) {
1389
- var _a;
1390
1389
  if (rowKey) {
1391
1390
  return rowKey;
1392
1391
  }
1393
- const schema = data == null ? void 0 : data.schema;
1394
- if (schema) {
1395
- return (_a = schema.fields[0]) == null ? void 0 : _a.id;
1396
- }
1397
1392
  return void 0;
1398
1393
  }
1399
1394
  function deriveKeyOfRow(row, rowKey) {