material-react-table-narender 2.13.34 → 2.13.35

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.13.34",
2
+ "version": "2.13.35",
3
3
  "license": "MIT",
4
4
  "name": "material-react-table-narender",
5
5
  "description": "A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.",
@@ -231,7 +231,7 @@ export const MRT_TableBodyRow = <TData extends MRT_RowData>({
231
231
  rowPinningDisplayMode?.includes('sticky') && isRowPinned ? 2 : 0,
232
232
  ...(sx as any),
233
233
  })}
234
- key={row.id}
234
+ key={row?.original?.id}
235
235
  >
236
236
  {virtualPaddingLeft ? (
237
237
  <td style={{ display: 'flex', width: virtualPaddingLeft }} />