-
Notifications
You must be signed in to change notification settings - Fork 555
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 #5517
Conversation
|
👋 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! |
size-limit report 📦
|
* remove className from menuItemProps * Create little-shrimps-hug.md
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