Skip to content
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

Walk back some table types #1407

Merged
merged 2 commits into from
May 9, 2024
Merged

Walk back some table types #1407

merged 2 commits into from
May 9, 2024

Conversation

jherdman
Copy link
Contributor

@jherdman jherdman commented May 9, 2024

Description

A while back I foolishly added some unknown types to the Table component. This is causing a lot of grief as we are now forced to do some heavy handed type assertions.

Let's walk this back until we have time to do a more thoroughly typed Table component.

Changes include

  • breaking change: a change that is not backwards-compatible and/or changes current functionality
  • fix: a non-breaking change that solves an issue
  • feature: a non-breaking change that adds functionality
  • chore: contains no changes affecting the library, such as documentation or test updates

Feature checklist

  • Appropriate tests have been added
  • Documentation has been updated
  • Accessibility has been considered

@jherdman jherdman requested a review from haideralsh May 9, 2024 15:11
jherdman added 2 commits May 9, 2024 13:30
This is causing grief with type assertions. Let's walk this back until
we can adequately type the table component.
@jherdman jherdman force-pushed the walk-back-some-table-types branch from 54671bb to 760872b Compare May 9, 2024 17:30
@haideralsh haideralsh merged commit 058297a into master May 9, 2024
5 checks passed
@haideralsh haideralsh deleted the walk-back-some-table-types branch May 9, 2024 17:41
Copy link

github-actions bot commented May 9, 2024

🎉 This PR is included in version 10.2.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants