-
Notifications
You must be signed in to change notification settings - Fork 583
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
Remove broken emoji from text #1693
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 72c8fab The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
View your CI Pipeline Execution ↗ for commit 72c8fab.
☁️ Nx Cloud last updated this comment at |
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.
can we add a test to show the impact of this change?
.changeset/short-llamas-divide.md
Outdated
'@builder.io/mitosis': patch | ||
--- | ||
|
||
Remove broken emoji from text |
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.
we like to specify the impacted generator/parser in the changelog so its clear what the change is for:
Remove broken emoji from text | |
[Builder]: Remove broken emoji from text |
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.
Hey @samijaber, updated
Description
Noticed that when a text element has broken emoji it will cause issues when generating code for example:
"text": "<span style="font-weight: 600; font-size: 18px;">Would you like to take your daily
<span style="font-weight: 600; font-size: 18px;">recap quiz? <span style="font-weight: 400; line-height: 29px; color: rgba(0,0,0,1);">You have a 13 day steak**\ud83d**\udd25"
yarn fmt:prettier
.yarn test:update
yarn g:changeset
and follow the CLI instructions. Alternatively, use the Changeset Github Bot to create the file.