-
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): feature image duplication issue #11264
fix(cta): feature image duplication issue #11264
Conversation
Deploy preview created for package Built with commit: c651c148e3d1cfe1f88ebe08e064d98ee35bc167 |
Deploy preview created for package Built with commit: c651c148e3d1cfe1f88ebe08e064d98ee35bc167 |
Deploy preview created for package Built with commit: c651c148e3d1cfe1f88ebe08e064d98ee35bc167 |
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.
looks good to me! just have an extra log statement in the story
packages/web-components/src/components/cta/__stories__/cta.stories.ts
Outdated
Show resolved
Hide resolved
@sangeethababu9223 seems like you just need to run a |
* fix(CTA): image duplication issue fix * fix(cta): remove log statement * fix(CTA): format cta.stories
Related Ticket(s)
Closes #10474
Description
CTA Feature enters a state in which images are duplicated when knob for CTA type changes from Video to other options.
Changelog
New