Maximum call stack exceeded error when rendering columns dynamically (react-table@6.11.5) #2271
Answered
by
MalikBagwala
MalikBagwala
asked this question in
General
|
Here is my data structures Object of Array of And here is how they are ultimately rendered Steps To Reproduce (required)
I am using react-table@6.11.5 |
Answered by
MalikBagwala
May 10, 2020
Replies: 2 comments 1 reply
|
Version 6 issues are no longer tracked in the main issues section of the Github repo. I'll convert this to a discussion for the community to help out with. |
1 reply
|
There was an issue with one of the |
0 replies
Answer selected by
MalikBagwala
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

There was an issue with one of the
<StockRange cs={cs} hs={hs} os={os} />Components that was causing the error, this had nothing to do with react table. Its resolved.