mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-17 04:17:11 +00:00
fix(ui): suppress react compiler warning in profiles-table
This commit is contained in:
@@ -79,6 +79,7 @@ export function ProfilesTable({ data, onEdit }: ProfilesTableProps) {
|
||||
},
|
||||
];
|
||||
|
||||
// eslint-disable-next-line react-hooks/incompatible-library
|
||||
const table = useReactTable({
|
||||
data,
|
||||
columns,
|
||||
|
||||
Reference in New Issue
Block a user