@tanstack/table-core 8.0.0-alpha.79 → 8.0.0-alpha.80

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.
@@ -290,7 +290,7 @@
290
290
  const column = instance.getColumn(columnId);
291
291
 
292
292
  if (!column.accessorFn) {
293
- throw new Error();
293
+ return undefined;
294
294
  }
295
295
 
296
296
  row.valuesCache[columnId] = column.accessorFn(row.original, rowIndex);