-
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
fix(expandable-tile): onClick is called twice for ExpandableTile #10358
fix(expandable-tile): onClick is called twice for ExpandableTile #10358
Conversation
✔️ Deploy Preview for carbon-react-next ready! 🔨 Explore the source changes: ca0752d 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-react-next/deploys/61df968c97409f0008ca3dfd 😎 Browse the preview: https://deploy-preview-10358--carbon-react-next.netlify.app |
DCO Assistant Lite bot All contributors have signed the DCO. |
✔️ Deploy Preview for carbon-elements ready! 🔨 Explore the source changes: ca0752d 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-elements/deploys/61df968cf401a700078e8450 😎 Browse the preview: https://deploy-preview-10358--carbon-elements.netlify.app |
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: ca0752d 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/61df968c4bb0ba000863c142 😎 Browse the preview: https://deploy-preview-10358--carbon-components-react.netlify.app |
I have read the DCO document and I hereby sign the DCO. |
…bon-design-system#10358) * fix onClick is called twice for ExpandableTile * fix(ExpandableTile): fix lint Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Closes #10359
fix the carbon ExpandableTile component onClick callback is called twice.
Changelog
New
N/A
Changed
make the onClick is only called once.
Removed
N/A
Testing / Reviewing