Closed jason-capsule42 closed 2 weeks ago
This PR fixes a server-side rendering (SSR) issue by replacing the .map
function with .forEach
in the table header rendering logic and adjusts the test suite's column selection approach to properly target table cells.
classDiagram
class AuroTable {
- columnHeaders
+ renderTableHeader()
}
note for AuroTable "Replaced .map with .forEach in renderTableHeader method"
Change | Details | Files |
---|---|---|
Fixed SSR compatibility issue in table header rendering |
|
src/auro-table.js |
Updated test suite column selection logic |
|
test/auro-table.test.js |
:tada: This PR is included in version 3.1.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Alaska Airlines Pull Request
Type of change:
Please delete options that are not relevant.
Checklist:
By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.
Thank you for your submission!
-- Auro Design System Team
Summary by Sourcery
Fix the SSR issue in auro-table by replacing the .map function with .forEach and update tests to reflect these changes.
Bug Fixes:
Tests: