Skip to content
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(QTM-402): Correction in the display of emoji instead of the balloon position indicator arrow #597

Merged
merged 2 commits into from
Jan 17, 2025

Conversation

MarcosViniciusPC
Copy link
Contributor

Description

https://jirasoftware.catho.com.br/browse/QTM-402

Review guide

  • Unit tests (yarn test:components)
  • Regression
  • Code review

About the solution

The character was changed to its unicode (Ex: "25C0"). In some contexts, unicode must come after "\u", as this is a unicode code indicator. After the character unicode, a unicode variation "\uFE0E" was added, which forces rendering as text instead of emoji. the end result is \u25C0\uFE0E

@MarcosViniciusPC MarcosViniciusPC merged commit 191b468 into master Jan 17, 2025
4 checks passed
@MarcosViniciusPC MarcosViniciusPC deleted the QTM-402 branch January 17, 2025 18:53
Copy link

🎉 This PR is included in version 9.33.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants