Skip to content

Conversation

@HenriRabalais
Copy link
Collaborator

This change modifies the transformation of csvData in the DataTable component by replacing .flatMap() with .map().
• Before: csvData was a flattened array of mapped cells across all fields and rows.
• After: csvData is now a nested array (Array<Array>), preserving the structure of rows.
• This aligns better with expected downstream usage or fixes unintended flattening issues in CSV processing.

@HenriRabalais HenriRabalais added the 26.0.0-bugs Issues that were raised during the release testing for 26.0.0 label May 7, 2025
@ridz1208
Copy link
Collaborator

ridz1208 commented May 7, 2025

@driusan Henri made the PR at my request to revert this change. Let's maybe assign it to someone who can thoroughl vet it on the dataquery in the next testing round

@driusan driusan assigned kongtiaowang and unassigned driusan Aug 26, 2025
@kongtiaowang kongtiaowang added the Passed manual tests PR has been successfully tested by at least one peer label Aug 26, 2025
@driusan driusan merged commit 6c81b3d into aces:26.0-release Sep 9, 2025
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

26.0.0-bugs Issues that were raised during the release testing for 26.0.0 Passed manual tests PR has been successfully tested by at least one peer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants