React Compiler Compatibility
I wonder why tanstack table is not compatible with react compiler
2 Replies
stormy-gold•2mo ago
The patterns that TanStack Table uses under the hood doesn't follow the rules of react.
wise-white•4w ago
Is there any updates planned to somehow fix that compatibility. A way I am currently using is to use the "use no memo" directive in the component where the table state is being maintained and then manually memorizing the table rows only. Memorizing any other component was causing the table not to re-render.