material-react-table-narender 2.13.34 → 2.13.35
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -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
|
234
|
+
key={row?.original?.id}
|
235
235
|
>
|
236
236
|
{virtualPaddingLeft ? (
|
237
237
|
<td style={{ display: 'flex', width: virtualPaddingLeft }} />
|