Can someone explain why getSortedRowModel() is firing over and over again?
I have a table with data on it in my electron app, but for some reason as soon as I add getSortedRowModel to my useReactTable, my console shows that the table is firing getSortedRowModel() over and over again, making it impossible to actually do anything and causing a memory leak.
my useReactTable():
0 Replies