-
Notifications
You must be signed in to change notification settings - Fork 561
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: ActionList.LinkItem duplicate classes #5515
Conversation
|
size-limit report 📦
|
👋 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! |
This reverts commit e352e19.
👋 Hi from github/github! Your integration PR is ready: https://github.com/github/github/pull/357139 |
🟢 golden-jobs completed with status |
closing in favor of #5517 |
Part of https://github.com/github/primer/issues/4570
Fixes an issue where
className
was being duplicated inLinkItem
on both the wrapperli
(correct) and the innera
tag (incorrect).Changelog
Removed
className
frommenuItemProps
inActionList.Item
Rollout strategy
Testing & Reviewing
Merge checklist