-
Notifications
You must be signed in to change notification settings - Fork 159
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(cta): cause ctas to only respond to relevant video events #12169
Conversation
✅ Deploy Preview for ibm-dotcom-web-components-react-wrap ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for ibm-dotcom-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Deploy preview created for package Built with commit: c4138e4493b59f4f54d8b5f346e04f03050e8061 |
Hey there! This issue/pull request was referenced in recently released v2.16.2. |
Depends on #12168 in some build environments.
Related Ticket(s)
ADCMS-6749
Description
Fixes an issue where cta components would listen for any video fetch event and respond by putting the title into its rendered output, even though the video request came from another unrelated component.
Here is a branch of
carbon-demo
that uses this PR's deploy preview to show the fix: https://github.com/m4olivei/carbon-demo/tree/video-text-ctaChangelog
Changed