-
Notifications
You must be signed in to change notification settings - Fork 382
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(core): don't crash on escaped unicode symbols in messages #1692
fix(core): don't crash on escaped unicode symbols in messages #1692
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1692 +/- ##
==========================================
+ Coverage 75.72% 75.82% +0.09%
==========================================
Files 79 79
Lines 2039 2039
Branches 524 524
==========================================
+ Hits 1544 1546 +2
+ Misses 379 378 -1
+ Partials 116 115 -1
☔ View full report in Codecov by Sentry. |
@andrii-bodnar i have no idea why release-workflow-test failed. Let's just restart it may be it helps. |
@thekip I restarted it a couple of times, still failing 😬 |
2aaceea
to
4fe9bf1
Compare
Description
Fixes. Unfortunately, it slightly increases a bundle size (for 800bytes)
#1691
Types of changes
Fixes # (issue)
Checklist