Infinite loop when using table with async data #5900
Replies: 1 comment
-
https://tanstack.com/table/latest/docs/faq#how-do-i-stop-infinite-rendering-loops |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @KevinVandy First of all, thank you for this amazing library it's been a game-changer for our data-heavy applications! 🙌
Problem Statement
I encountered an infinite loop issue when using the table with async data fetched via TanStack Query and wanted to confirm if this is expected behaviour or if there's a better solution.
Reproduction Scenario:
And also wrapped columns into the useMemo but still goes on an infinity loop.
Question
Beta Was this translation helpful? Give feedback.
All reactions