fix: memo issue on tables

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-02-05 21:57:58 +00:00
parent c4d76d0a57
commit 063e80a659
3 changed files with 5 additions and 4 deletions

View File

@@ -66,6 +66,7 @@ export const ProfilesTable = memo(
: updaterOrValue;
setPage(nextPagination.pageIndex + 1);
},
getRowId: (row, index) => row.id ?? `loading-${index}`,
});
return (