Tim Redband
Tim Redband
My team ran into this issue as well. Would really like a fix.
I'm having a similar issue with yaml files and lua if statements. Yaml files are pretty much all the same color now and lua if statements are no longer colored.
A temporary fix is to lock tree sitter to `2c1eb02e92734406866b993bd87111891830455b`.
So you’re saying I should file an issue with treesitter that yaml is all the same color and lua if statements aren’t colored?
I'm seeing this exact same issue today.
I investigated this issue this morning and discovered that the error only occurs when in dev mode. Same with @tacomanator's example. When I run the example in dev mode I...
I think it has something to do with pagination. When you add `getGroupedRowModel` it ends up calling [setPagination](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/Pagination.ts#L107) in the render and that ends up calling `setState`. So if you...