Skip to content

fix(table): make TableHeaderProps.columns accept readonly arrays#9611

Open
sonsu-lee wants to merge 1 commit intoadobe:mainfrom
sonsu-lee:fix/table-header-readonly-columns
Open

fix(table): make TableHeaderProps.columns accept readonly arrays#9611
sonsu-lee wants to merge 1 commit intoadobe:mainfrom
sonsu-lee:fix/table-header-readonly-columns

Conversation

@sonsu-lee
Copy link
Contributor

@sonsu-lee sonsu-lee commented Feb 5, 2026

Closes #5625

✅ Pull Request Checklist:

  • Included link to corresponding React Spectrum GitHub Issue.
  • Added/updated unit tests and storybook for this change (for new code or code which already has tests).
  • Filled out test instructions.
  • Updated documentation (if it already exists for this component).
  • Looked at the Accessibility Practices for this feature - Aria Practices

📝 Test Instructions:

  • Type change only. No runtime impact.

🧢 Your Project:

  • Personal contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TableHeaderProps.columns should be readonly T[] instead of T[]

2 participants