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

Fix LinkButton types #5655

Merged
merged 9 commits into from
Feb 14, 2025
Merged

Fix LinkButton types #5655

merged 9 commits into from
Feb 14, 2025

Conversation

hectahertz
Copy link
Contributor

Closes https://github.com/github/primer/issues/4743

Changelog

The old ButtonBaseProps included the the ref. This was overriding the PolymorphicForwardRefComponent<'a', MyProps> on LinkButton

TLDR; Properly type LinkButton. The props were not properly inherited the type checking didn't actually work properly.

Changed

Fixes issues with the LinkButton props.

Changes the LinkButton stories to actually use the LinkButton component.

Rollout strategy

  • Patch release
  • Minor release
  • Major release; if selected, include a written rollout or migration plan
  • None; if selected, include a brief description as to why

Testing & Reviewing

Merge checklist

Sorry, something went wrong.

@hectahertz hectahertz requested a review from a team as a code owner February 4, 2025 17:58
@hectahertz hectahertz requested a review from TylerJDev February 4, 2025 17:58
Copy link

changeset-bot bot commented Feb 4, 2025

🦋 Changeset detected

Latest commit: 58a2334

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@primer/react Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

github-actions bot commented Feb 4, 2025

👋 Hi, this pull request contains changes to the source code that github/github depends on. If you are GitHub staff, we recommend testing these changes with github/github using the integration workflow. Thanks!

@github-actions github-actions bot added the integration-tests: recommended This change needs to be tested for breaking changes. See https://arc.net/l/quote/tdmpakpm label Feb 4, 2025
@github-actions github-actions bot temporarily deployed to storybook-preview-5655 February 4, 2025 18:11 Inactive
Copy link
Member

@TylerJDev TylerJDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice! ✨

@hectahertz hectahertz enabled auto-merge February 6, 2025 13:04
@hectahertz hectahertz disabled auto-merge February 6, 2025 13:04
@github-actions github-actions bot temporarily deployed to storybook-preview-5655 February 6, 2025 13:18 Inactive
@hectahertz hectahertz force-pushed the hectahertz/fix-linkbutton-types branch from 3fd995f to 43998be Compare February 7, 2025 18:38
@github-actions github-actions bot temporarily deployed to storybook-preview-5655 February 7, 2025 18:41 Inactive
Copy link
Contributor

github-actions bot commented Feb 7, 2025

size-limit report 📦

Path Size
packages/react/dist/browser.esm.js 105.57 KB (0%)
packages/react/dist/browser.umd.js 106.04 KB (0%)

@github-actions github-actions bot requested a deployment to storybook-preview-5655 February 7, 2025 18:45 Abandoned
@github-actions github-actions bot temporarily deployed to storybook-preview-5655 February 7, 2025 19:03 Inactive
@hectahertz hectahertz added this pull request to the merge queue Feb 14, 2025
Merged via the queue into main with commit 56baa0a Feb 14, 2025
44 checks passed
@hectahertz hectahertz deleted the hectahertz/fix-linkbutton-types branch February 14, 2025 13:49
@primer primer bot mentioned this pull request Feb 13, 2025
hectahertz added a commit that referenced this pull request Mar 20, 2025
* Fix LinkButton and ButtonBase Typescript types

* Use LinkButton in LinkButton stories

* Add changeset

* Remove export
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration-tests: recommended This change needs to be tested for breaking changes. See https://arc.net/l/quote/tdmpakpm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants