-
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
chore(OverflowMenuItem): refactored to functional component #10147
chore(OverflowMenuItem): refactored to functional component #10147
Conversation
✔️ Deploy Preview for carbon-react-next ready! 🔨 Explore the source changes: c836610 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-react-next/deploys/61a688d29219db000834a609 😎 Browse the preview: https://deploy-preview-10147--carbon-react-next.netlify.app |
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: c836610 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/61a688d20cbc640008dc942d 😎 Browse the preview: https://deploy-preview-10147--carbon-components-react.netlify.app |
✔️ Deploy Preview for carbon-elements ready! 🔨 Explore the source changes: c836610 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-elements/deploys/61a688d20f6fdc0008ee8674 😎 Browse the preview: https://deploy-preview-10147--carbon-elements.netlify.app |
@sstrubberg this isn't from your changes, it's in https://carbon-react-next.netlify.app/ and this PR's deploy preview but it looks like OverflowMenu is a bit broken right now (I can't access the item with a keyboard either) I'm not sure if we would want to address those problems here or in another PR, or fix it before refactoring? |
packages/react/src/components/OverflowMenuItem/next/OverflowMenuItem.js
Outdated
Show resolved
Hide resolved
Looks good! just had one comment :) |
@abbeyhrt I can take care of the |
It looks like there is some funny business with the mixed class |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OverflowMenuItem
looks good to me! Just some weirdness with props being defined from the parent that should be resolved when OverflowMenu is refactored
REF #10022