-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First column is blank in v5 when indexing into jagged arrays rather than arrays of objects #1343
Comments
It all seems to revolve around this line:
In v5 however, |
This was part of the cause of adazzle#1343
This was part of the cause of #1343
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please reopen this if you feel it has been incorrectly closed and we will do our best to look into it. Thank you for your contributions. |
There's still a remaining bug for any column key of 0 if it isn't the first column, but that will be a pretty rare scenario and the main issue is fixed |
…le#1344) This was part of the cause of adazzle#1343
Which version of React JS are you using?
✅ Officially supported ✅
☣️ Not officially supported, expect warnings and errors ☣️
Which browser are you using?
✅ Officially supported ✅
I'm submitting a ...
Issue Details
When using v4, I was able to have my backing data stored as a jagged/nested array, with the outer dimension for the rows and the inner dimension for the columns. I then used the column index as the key for each column. This made it easy to work with data coming as an array of column headings plus an array of arrays with the data in.
With v5 however, the first column is coming out blank:
Here's the MRE:
The text was updated successfully, but these errors were encountered: