-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
refactor(OverflowMenu): ariaLabel to aria-label #13256
Conversation
✅ Deploy Preview for carbon-components-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
I'm going to work on getting the |
Hey team, would you mind looking at the above "Resolve Conflicts" situation for me? It really seems as though the entire Would this be safe to resolve keeping the old and new? |
I think this is RTL migration related, when we used enzyme the snapshots generated were related to the JSX and with RTL they're of the resulting HTML (from what I can tell) https://github.com/carbon-design-system/carbon/pull/13172/files#diff-9fd34dc5f64cec8d8dc7b13413afd7d71c292776b551948a3ff018f7839afd82. |
Resolution suggestions? Do I need to sync my fork and push a new a branch here? Any yarn commands to use? |
@jsehull I resolved the conflicts and pushed up the commit What I did was:
I also noticed some tests are failing and fixed a few of them. There might be more usages of |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
@tay1orjones Thank you for the process steps, I'll sort this out for the rest of the components involved |
Real talk Team - I spilled coffee all over git and this thing may need to be put out to pasture and redone 😅 @tay1orjones this may be a FALSE POSITIVE. I know my changes worked, but I dragged in other changes we don't want. This should NOT be merged AS-IS. |
@jsehull do you want me to close this and resubmit? |
@tw15egan Yes please. I'll create a new PR |
#12802
Update
OverflowMenu
to use the properaria-label
Changelog
New
Changed
deprecated()
to the old propTypearia-label
ariaLabel
(deprecated) andaria-label
(new).Removed
Testing / Reviewing
OverflowMenu.stories.js
in codearia-label
(new)ariaLabel
(deprecated))