-
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(react): update InlineCheckbox to FC #10363
refactor(react): update InlineCheckbox to FC #10363
Conversation
✔️ Deploy Preview for carbon-react-next ready! 🔨 Explore the source changes: b13b05c 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-react-next/deploys/61ddfe996c0cf30007512edb 😎 Browse the preview: https://deploy-preview-10363--carbon-react-next.netlify.app |
✔️ Deploy Preview for carbon-elements ready! 🔨 Explore the source changes: b13b05c 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-elements/deploys/61ddfe998ab999000954b19a 😎 Browse the preview: https://deploy-preview-10363--carbon-elements.netlify.app |
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: b13b05c 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/61ddfe99c61f3f000856cf10 😎 Browse the preview: https://deploy-preview-10363--carbon-components-react.netlify.app |
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.
Functionality works as expected 👍🏻 ✅
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.
works great
Reference #10281
This PR updates our
InlineCheckbox
internal component to a Functional Component.Changelog
New
Changed
InlineCheckbox
to FCRemoved
Testing / Reviewing
InlineCheckbox
is used work as expected in storybook and in tests