fix(emoji-text-wrapper): DLT-2455 skip vue3 comment vnodes when extracting text for emojis#686
Merged
Noelle Levy (noellelevydialpad) merged 1 commit intostagingfrom Apr 1, 2025
Conversation
…cting text for emojis
Contributor
|
Please add either the |
Contributor
|
✔️ Deploy previews ready! |
Brad Paugh (braddialpad)
approved these changes
Apr 1, 2025
Contributor
Brad Paugh (braddialpad)
left a comment
There was a problem hiding this comment.
Great thanks!
62ad982
into
staging
14 of 15 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Title
Obligatory GIF (super important!)
🛠️ Type Of Change
These types will increment the version number on release:
These types will not increment the version number, but will still deploy to documentation site on release:
📖 Jira Ticket
https://dialpad.atlassian.net/browse/DLT-2455
📖 Description
Skip vue3 comment vnodes when searching for text to emojify. In vue3 internals, comment vnodes look a lot like other html vnodes with text children.
💡 Context
The placeholder comments vue produces for v-if elements which were not currently rendering were being placed into the document as the string
v-ifafter the emoji processing.📝 Checklist
For all PRs:
For all Vue changes:
./scripts/dialtone-vue-sync.shscript. Read docs here: Dialtone Vue Sync Script